Merge pull request #121 from n-pochet/fix-tox-venv-error

Modify the venv tox environment
This commit is contained in:
Frode Nordahl
2018-08-24 15:40:48 +02:00
committed by GitHub

View File

@@ -19,7 +19,9 @@ deps = -r{toxinidir}/requirements.txt
commands = flake8 {posargs} zaza unit_tests
[testenv:venv]
commands = {posargs}
basepython = python3
deps = -r{toxinidir}/requirements.txt
commands = /bin/true
[flake8]
ignore = E402,E226