Test with Python 3.7 on Travis

pull/106/head
Linas Valiukas 6 years ago
parent 34d198fe5a
commit bdb6d671d8

@ -8,6 +8,7 @@ env:
- TOX_ENV=py34 - TOX_ENV=py34
# - TOX_ENV=py35 # - TOX_ENV=py35
- TOX_ENV=py36 - TOX_ENV=py36
- TOX_ENV=py37
before_install: before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8363 # work around https://github.com/travis-ci/travis-ci/issues/8363

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py35, py36 envlist = py27, py35, py36, py37
[testenv] [testenv]
deps=pytest deps=pytest

Loading…
Cancel
Save