tox.ini: Add py37 to the testing

Python 3.4 is end of life...  Should we drop support for it?
This commit is contained in:
Christian Clauss 2019-07-31 06:32:29 +02:00 committed by GitHub
parent c6c2dfdc28
commit ed9b7f8804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py34, py35, py36, pypy envlist = py27, py34, py35, py36, py37, pypy
[testenv] [testenv]
commands = py.test -vv commands = py.test -vv