summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:27:07 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:27:07 +0800
commitb0f79c58ad919e90261d1e332df79a4ad0bc40de (patch)
tree58fe61dfd1a50febc61938b577f4fd9dfc9d0c2e /.travis.yml
parent820d3cc9ceda3e5690d627677883b7f9d349b326 (diff)
downloadgitpython-b0f79c58ad919e90261d1e332df79a4ad0bc40de.tar.gz
Revert "Revert "Remove support for Python 3.5" - fix CI for now."
This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1fbb1ddb..570beaad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
# UNUSED, only for reference. If adjustments are needed, please see github actions
language: python
python:
- - "3.4"
- - "3.5"
- "3.6"
- "3.7"
- "3.8"
@@ -38,7 +36,7 @@ script:
- ulimit -n
- coverage run --omit="test/*" -m unittest --buffer
- coverage report
- - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
+ - if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ]; 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