Add py36 testenv
Ubuntu 18.04 ships 3.6.5; may as well have a testenv handy for it. Change-Id: Ibea05bc879685fab148cde1b19510e83f0639f5d
This commit is contained in:
parent
c568b4b100
commit
2637fec004
3
tox.ini
3
tox.ini
@ -49,6 +49,9 @@ commands =
|
|||||||
test/unit/common/test_utils.py \
|
test/unit/common/test_utils.py \
|
||||||
test/unit/common/test_wsgi.py}
|
test/unit/common/test_wsgi.py}
|
||||||
|
|
||||||
|
[testenv:py36]
|
||||||
|
commands = {[testenv:py35]commands}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user