Fix wrong tox min version
The allowlist_externals option was added in 3.18.0[1], so the current tox.ini file does not work with 3.1.0. [1] https://tox.wiki/en/3.18.0/changelog.html#v3-18-0-2020-07-23 Change-Id: I6ada62543ea4ef1c63c6e70fcd2c7cf5d1455376
This commit is contained in:
parent
8312bb23d4
commit
d17e5ef154
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.1
|
minversion = 3.18.0
|
||||||
envlist = py3,coverage,pep8
|
envlist = py3,coverage,pep8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user