We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd5b26 commit f9edb53Copy full SHA for f9edb53
tox.ini
@@ -2,35 +2,15 @@
2
envlist=py27,py34
3
4
[testenv]
5
+commands=py.test
6
changedir={toxinidir}/icon_font_to_png/test
7
deps=
8
pytest
- coverage
9
- pytest-cov
10
-rrequirements.txt
11
setenv=
12
PYTHONWARNINGS=all
13
14
[pytest]
15
-adopts=--doctest-modules
16
python_files=*.py
17
python_functions=test_
18
norecursedirs=.tox .git .eggs
19
-
20
-[testenv:py27]
21
-commands=
22
- py.test --doctest-module
23
24
-[testenv:py34]
25
26
27
28
-[testenv:py27verbose]
29
-basepython=python
30
31
- py.test --doctest-module --cov=. --cov-report term
32
33
-[testenv:py34verbose]
34
-basepython=python3.4
35
36
0 commit comments