diff --git a/tox.ini b/tox.ini index b9fbe6e..c31b747 100644 --- a/tox.ini +++ b/tox.ini @@ -2,35 +2,15 @@ envlist=py27,py34 [testenv] +commands=py.test changedir={toxinidir}/icon_font_to_png/test deps= pytest - coverage - pytest-cov -rrequirements.txt setenv= PYTHONWARNINGS=all [pytest] -adopts=--doctest-modules python_files=*.py python_functions=test_ norecursedirs=.tox .git .eggs - -[testenv:py27] -commands= - py.test --doctest-module - -[testenv:py34] -commands= - py.test --doctest-module - -[testenv:py27verbose] -basepython=python -commands= - py.test --doctest-module --cov=. --cov-report term - -[testenv:py34verbose] -basepython=python3.4 -commands= - py.test --doctest-module --cov=. --cov-report term