Thanks to visit codestin.com Credit goes to github.com
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 c9fcd71 commit 4a3bf93Copy full SHA for 4a3bf93
.travis.yml
@@ -3,9 +3,11 @@ language: python
3
python:
4
- 2.7
5
- 3.4
6
+ - 3.5
7
+ - 3.6
8
install:
- - pip install -r requirements.txt --use-mirrors
- - pip install -r dev-requirements.txt --use-mirrors
9
+ - pip install -r requirements.txt
10
+ - pip install -r dev-requirements.txt
11
script:
12
- nosetests --with-coverag tests/unit
13
after_success:
0 commit comments