We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b343718 commit 783ad99Copy full SHA for 783ad99
.travis.yml
@@ -32,8 +32,8 @@ script:
32
- ulimit -n 96
33
- ulimit -n
34
- nosetests -v --with-coverage
35
- - if [ "$TRAVIS_PYTHON_VERSION" != '2.6' ]; then flake8; fi
36
- - if [ "$TRAVIS_PYTHON_VERSION" != '2.6' ]; then cd doc && make html; fi
+ - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
+ - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then cd doc && make html; fi
37
-
38
after_success:
39
- coveralls
0 commit comments