Skip to content

Commit 783ad99

Browse files
committed
test, #519: Travis-test flake8/site on py3.4 only
1 parent b343718 commit 783ad99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ script:
3232
- ulimit -n 96
3333
- ulimit -n
3434
- 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
35+
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
36+
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then cd doc && make html; fi
3737
-
3838
after_success:
3939
- coveralls

0 commit comments

Comments
 (0)