summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-26 13:36:42 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-26 20:54:09 +0200
commit783ad99b92faa68c5cc2550c489ceb143a93e54f (patch)
treeb821e12e0ef56972e6f26606f03fb694268395cf /.travis.yml
parentb343718cc1290c8d5fd5b1217724b077153262a8 (diff)
downloadgitpython-783ad99b92faa68c5cc2550c489ceb143a93e54f.tar.gz
test, #519: Travis-test flake8/site on py3.4 only
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0214a73b..ba4f9b67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,8 @@ script:
- ulimit -n 96
- ulimit -n
- nosetests -v --with-coverage
- - if [ "$TRAVIS_PYTHON_VERSION" != '2.6' ]; then flake8; fi
- - 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
-
after_success:
- coveralls