We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6795d41 commit 6163d42Copy full SHA for 6163d42
.travis.yml
@@ -1,12 +1,10 @@
1
dist: xenial # required for Python >= 3.7
2
language: python
3
python:
4
-- 2.7
5
- 3.5
6
-- 3.6
7
-- 3.7
+- 3.9
8
before_install:
9
-- if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then export DO_COVERAGE=1; fi
+- if [[ $TRAVIS_PYTHON_VERSION == "3.9" ]]; then export DO_COVERAGE=1; fi
10
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then unset DO_COVERAGE; fi
11
install:
12
- pip install -U -r requirements.txt
@@ -27,4 +25,4 @@ deploy:
27
25
distributions: sdist bdist_wheel
28
26
on:
29
tags: true
30
- python: 3.6
+ python: 3.9
0 commit comments