Skip to content

Commit 736cc70

Browse files
committed
testing with python 3.7
1 parent 3591d30 commit 736cc70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
dist: xenial # required for Python >= 3.7
12
language: python
23
python:
34
- 2.7
45
- 3.4
56
- 3.5
67
- 3.6
8+
- 3.7
79
before_install:
810
- if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then export DO_COVERAGE=1; fi
911
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then unset DO_COVERAGE; fi

0 commit comments

Comments
 (0)