diff options
| author | James E. King III <jking@apache.org> | 2019-01-15 16:16:33 -0500 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2019-05-05 13:22:53 +0530 |
| commit | ce21f63f7acba9b82cea22790c773e539a39c158 (patch) | |
| tree | 8c63814a486cee0a66ee092aad90cc3997b1dfd2 /.travis.yml | |
| parent | 1f66e25c25cde2423917ee18c4704fff83b837d1 (diff) | |
| download | GitPython-ce21f63f7acba9b82cea22790c773e539a39c158.tar.gz GitPython-ce21f63f7acba9b82cea22790c773e539a39c158.zip | |
Fix setup.py and use of requirements files.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index adb693dd..c0c38a34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,7 @@ script: - ulimit -n 128 - ulimit -n - nosetests -v --with-coverage - - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi - - + - if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi after_success: - codecov |
