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 3591d30 commit 736cc70Copy full SHA for 736cc70
.travis.yml
@@ -1,9 +1,11 @@
1
+dist: xenial # required for Python >= 3.7
2
language: python
3
python:
4
- 2.7
5
- 3.4
6
- 3.5
7
- 3.6
8
+- 3.7
9
before_install:
10
- if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then export DO_COVERAGE=1; fi
11
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then unset DO_COVERAGE; fi
0 commit comments