Skip to content

Commit 72e4fbc

Browse files
committed
Test on Python 3.7
Previously it was being tested in the development environment for Python 3.7 on Travis CI, now it's running in the officially supported environment. Fast finish was removed since it doesn't do anything when the matrix is so small.
1 parent d844a57 commit 72e4fbc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: python
2+
dist: xenial
23

34
python:
45
- "3.6"
5-
- "3.7-dev"
6-
7-
matrix:
8-
fast_finish: true
6+
- "3.7"
97

108
install: pip install tox-travis
119
script: tox

0 commit comments

Comments
 (0)