Merge "Fix outdated tox minversion"
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 3.1.1
|
||||
envlist = py37,pep8
|
||||
minversion = 3.18.0
|
||||
envlist = py3,pep8
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
@@ -16,7 +16,7 @@ deps =
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = find . -type f -name "*.pyc" -delete
|
||||
stestr run {posargs}
|
||||
Allowlist_externals = find
|
||||
allowlist_externals = find
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
|
||||
Reference in New Issue
Block a user