kue/tox.ini
Mohammed Naser f60131cc09 initial commit
Change-Id: Ib7a1691adf76d8f90996fcfe9cb9e2371bc138c4
2019-08-18 23:13:08 -04:00

17 lines
226 B
INI

[tox]
skipsdist = True
[testenv]
basepython = python3
usedevelop = True
passenv = SSH_AUTH_SOCK
deps =
-r{toxinidir}/requirements.txt
[testenv:linters]
deps =
flake8
commands = flake8
[testenv:venv]
commands = {posargs}