6 commands = py.test -v \
7 --basetemp={toxinidir}/.pytest-tmpdir \
10 --cov-config {toxinidir}/.coveragerc \
12 --cov-report term-missing \
13 --cov-report html:htmlcov \
18 PYTHONPATH = {toxinidir}/tests/mocked_dependencies:{toxinidir}/src
19 deps=-rrequirements.txt
22 cache_dir = .pytest-cache
23 pep8maxlinelength = 100
26 basepython = python2.7
27 commands = pylint --rcfile={toxinidir}/pylintrc {posargs:tools/}
34 whitelist_externals = rm
35 commands = rm -rf .coverage .pytest-cache .pytest-tmpdir junit.xml htmlcov