Don't test on Travis's outdated Python 3.7

See https://github.com/travis-ci/travis-ci/issues/9069 .
This commit is contained in:
Kodi Arfer 2018-06-05 17:32:48 -07:00
parent 3e943209fe
commit bc2a5a2747
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- pypy
- pypy3
install: