diff options
| author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-09-27 10:12:17 +0200 | 
|---|---|---|
| committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-09-28 03:35:38 +0200 | 
| commit | 278423faeb843fcf324df85149eeb70c6094a3bc (patch) | |
| tree | 870069f80bcc2f244d8e7a59e888e727068603d0 | |
| parent | c572a8d95d8fa184eb58b15b7ff96d01ef1f9ec3 (diff) | |
| download | gitpython-278423faeb843fcf324df85149eeb70c6094a3bc.tar.gz | |
Travis, #519: split flake8 from sphinx, to speedup tests
| -rw-r--r-- | .travis.yml | 2 | 
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 | 
