fuel-ccp-memcached/tox.ini

20 lines
334 B
INI

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