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

View File

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