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 c572a8d commit 278423fCopy full SHA for 278423f
.travis.yml
@@ -33,7 +33,7 @@ script:
33
- ulimit -n
34
- nosetests -v --with-coverage
35
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
36
- - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then cd doc && make html; fi
+ - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
37
-
38
after_success:
39
- coveralls
0 commit comments