We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f380305 commit 6001e7aCopy full SHA for 6001e7a
.travis.yml
@@ -1,16 +1,16 @@
1
-dist: trusty
2
language: python
3
-sudo: required
+python:
+ - "2.6"
4
+ - "2.7"
5
+ - "3.3"
6
+ - "3.4"
7
+ - "3.5"
8
+ - "3.6"
9
-addons:
- apt:
- packages:
- - python-numpy
- - python-pandas
10
- - python-scipy
+install:
11
+ - pip install -r requirements.txt
12
+ - python setup.py build
13
14
script:
- - sudo pip install nose
- - export PYTHONPATH=$PYTHONPATH:.
15
- - python setup.py build
+ - pip install nose
16
- python setup.py test
0 commit comments