Update default envlist
Python 3.7 support was already removed so it should no longer be in the default envlist. Also use unversioned target instead of versioned ones so that we don't have to update the envlist when supported python versions are updated. Change-Id: Ic463ee939274817b4a824c064edcb92d58472d6f
This commit is contained in:
parent
faf71abadd
commit
dee105f338
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 3.2.0
|
||||
envlist = py37,pep8
|
||||
envlist = py3,pep8
|
||||
skipsdist = False
|
||||
ignore_basepython_conflict = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user