Skip to content

Commit f9edb53

Browse files
committed
Lightened out tox.ini
1 parent 5dd5b26 commit f9edb53

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

tox.ini

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,15 @@
22
envlist=py27,py34
33

44
[testenv]
5+
commands=py.test
56
changedir={toxinidir}/icon_font_to_png/test
67
deps=
78
pytest
8-
coverage
9-
pytest-cov
109
-rrequirements.txt
1110
setenv=
1211
PYTHONWARNINGS=all
1312

1413
[pytest]
15-
adopts=--doctest-modules
1614
python_files=*.py
1715
python_functions=test_
1816
norecursedirs=.tox .git .eggs
19-
20-
[testenv:py27]
21-
commands=
22-
py.test --doctest-module
23-
24-
[testenv:py34]
25-
commands=
26-
py.test --doctest-module
27-
28-
[testenv:py27verbose]
29-
basepython=python
30-
commands=
31-
py.test --doctest-module --cov=. --cov-report term
32-
33-
[testenv:py34verbose]
34-
basepython=python3.4
35-
commands=
36-
py.test --doctest-module --cov=. --cov-report term

0 commit comments

Comments
 (0)