Add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I2d20c6bb042ab8f2f811e115ab26b8c7bf029308
This commit is contained in:
parent
25ded513a8
commit
37e3abe088
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
envlist = py35,py27,pypy,pep8
|
||||
envlist = py35,py36,py27,pypy,pep8
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user