Skip to content

Commit 6163d42

Browse files
committed
travis: update Python versions
no longer test with Python 2.7
1 parent 6795d41 commit 6163d42

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
dist: xenial # required for Python >= 3.7
22
language: python
33
python:
4-
- 2.7
54
- 3.5
6-
- 3.6
7-
- 3.7
5+
- 3.9
86
before_install:
9-
- if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then export DO_COVERAGE=1; fi
7+
- if [[ $TRAVIS_PYTHON_VERSION == "3.9" ]]; then export DO_COVERAGE=1; fi
108
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then unset DO_COVERAGE; fi
119
install:
1210
- pip install -U -r requirements.txt
@@ -27,4 +25,4 @@ deploy:
2725
distributions: sdist bdist_wheel
2826
on:
2927
tags: true
30-
python: 3.6
28+
python: 3.9

0 commit comments

Comments
 (0)