tox.ini: Add 'py36' to the default envlist
Newer operating systems, like Fedora 26, ship with Python 3.6 now. So they can do a Python 3 test, add 'py36' to the default envlist. Change-Id: I9bbca0d18c346fe0cfcb9878cd35632dbd998fb0
This commit is contained in:
parent
08173a56af
commit
66ad38f7c9
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 1.8
|
||||
skipsdist = True
|
||||
envlist = py35,py27,pep8
|
||||
envlist = py36,py35,py27,pep8
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user