Skip to content

Commit 8370667

Browse files
ShauryaShaurya
authored andcommitted
Added Travis
1 parent 2b53f56 commit 8370667

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: python
2-
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.2"
6-
- "3.3"
7-
- "3.4"
8-
- "3.5"
9-
- "3.6"
10-
# command to install dependencies
2+
python:
3+
- 3.6
4+
- 2.7
5+
install:
6+
- pip install -r requirements.txt

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
requests==2.10.0
2+
numpy==1.13.1
3+
matplotlib==2.0.2
4+

0 commit comments

Comments
 (0)