Merge "Add venv testenv to tox.ini."
This commit is contained in:
commit
d6d9c7038d
3
tox.ini
3
tox.ini
@ -13,6 +13,9 @@ commands = flake8
|
|||||||
[testenv:sdist]
|
[testenv:sdist]
|
||||||
commands = python setup.py sdist {posargs}
|
commands = python setup.py sdist {posargs}
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
commands = {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E125
|
ignore = E125
|
||||||
show-source = True
|
show-source = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user