Skip to content

Commit

Permalink
Lightened out tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Dec 14, 2015
1 parent 5dd5b26 commit f9edb53
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f9edb53

Please sign in to comment.