fuel-ccp-memcached/tox.ini
Artur Zarzycki 0ab6acd4d7 Add venv with posargs
Change-Id: I41fc1c37b4776e63b46aa538a4d69f9ebc707d17
2016-10-07 13:52:38 +02:00

23 lines
358 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = linters,bashate
[testenv:linters]
deps = yamllint
commands =
{toxinidir}/tools/yamllint.sh
[testenv:bashate]
commands = bash -c "exit 0"
[testenv:py27]
deps =
-r{toxinidir}/test-requirements.txt
changedir={toxinidir}/tests
commands =
py.test -vv {posargs}
[testenv:venv]
commands = {posargs}