mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
add py37 tox environment
This commit is contained in:
parent
6cd17e1283
commit
dc1364a3bb
1 changed files with 7 additions and 0 deletions
7
tox.ini
7
tox.ini
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue