fuel-ccp-memcached/tox.ini

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}