summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-27 10:12:17 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-28 03:35:38 +0200
commit278423faeb843fcf324df85149eeb70c6094a3bc (patch)
tree870069f80bcc2f244d8e7a59e888e727068603d0 /.travis.yml
parentc572a8d95d8fa184eb58b15b7ff96d01ef1f9ec3 (diff)
downloadgitpython-278423faeb843fcf324df85149eeb70c6094a3bc.tar.gz
Travis, #519: split flake8 from sphinx, to speedup tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ba4f9b67..6bbb6dfd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ script:
- ulimit -n
- nosetests -v --with-coverage
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
- - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then cd doc && make html; fi
+ - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
-
after_success:
- coveralls