Update tox.ini settings
Pull in minversion for tox and update the default environments to run Change-Id: Ia577d175eceb6c67402f50f7f6cc26f5c6b3bf30
This commit is contained in:
parent
47f5f14d25
commit
520e0dc808
5
tox.ini
5
tox.ini
@ -1,3 +1,6 @@
|
|||||||
|
[tox]
|
||||||
|
minversion = 1.6
|
||||||
|
envlist = py27,pep8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
@ -11,4 +14,4 @@ commands = {posargs}
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.tox,dist,doc,*.egg
|
exclude = .venv,.tox,dist,doc,*.egg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user