mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Test all supported Python versions under Tox
This commit is contained in:
parent
5286c4e0ec
commit
e716cbbec8
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -4,7 +4,7 @@
|
|||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py27, py35
|
||||
envlist = py27, py33, py34, py35, py36
|
||||
|
||||
[testenv]
|
||||
changedir = tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue