Skip to content

Commit 6001e7a

Browse files
Cleaned up .travis.yml
1 parent f380305 commit 6001e7a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
dist: trusty
21
language: python
3-
sudo: required
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
- "3.6"
49

5-
addons:
6-
apt:
7-
packages:
8-
- python-numpy
9-
- python-pandas
10-
- python-scipy
10+
install:
11+
- pip install -r requirements.txt
12+
- python setup.py build
1113

1214
script:
13-
- sudo pip install nose
14-
- export PYTHONPATH=$PYTHONPATH:.
15-
- python setup.py build
15+
- pip install nose
1616
- python setup.py test

0 commit comments

Comments
 (0)