Removing Python 3.7 from normal Travis Python list

This commit is contained in:
Colin Jermain
2018-11-18 10:52:58 -05:00
parent 770896132b
commit 7052cdbaba

View File

@@ -8,7 +8,6 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
# Travis CI support for Python 3.7 currently requires patch (https://github.com/travis-ci/travis-ci/issues/9815)