add py37 tox environment

This commit is contained in:
Brad Warren 2018-07-02 15:33:18 -07:00
parent 6cd17e1283
commit dc1364a3bb

View file

@ -69,6 +69,13 @@ commands =
setenv =
PYTHONHASHSEED = 0
[testenv:py37]
commands =
{[base]install_and_test} {[base]python37_compatible_packages}
python tests/lock_test.py
setenv =
{[testenv]setenv}
[testenv:py27-oldest]
commands =
{[testenv]commands}