test_ok2/tox.ini

19 lines
381 B
INI

[tox]
envlist = py27,py33,py34,py35
[testenv]
usedevelop = true
deps =
pytest
pytest-cov
pytest-flakes
pytest-pep8
coverage
commands =
{envbindir}/py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs}
[pytest]
addopts = --flakes --pep8 --cov pytest_warnings --cov tests --no-cov-on-fail
pep8ignore = E501
norecursedirs = bin lib include Scripts .*