add venv to tox.ini
Change-Id: I4e4959dd3c0d808deaea3ab45a31af73d97f40c7
This commit is contained in:
parent
5f419178f8
commit
c1bbf72f7c
3
tox.ini
3
tox.ini
@ -11,6 +11,9 @@ usedevelop = True
|
|||||||
commands =
|
commands =
|
||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
# Install bounded pep8/pyflakes first, then let flake8 install
|
# Install bounded pep8/pyflakes first, then let flake8 install
|
||||||
deps = pep8==1.4.5
|
deps = pep8==1.4.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user