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 64e8002 commit 6822c91Copy full SHA for 6822c91
tox.ini
@@ -8,13 +8,16 @@ deps =
8
pytest
9
virtualenv
10
py3: coveralls
11
-# makes it possible to override pytest args, e.g.
12
-# tox -- tests/test_graph.py
+# posargs will be replaced by the tox args, so you can override pytest
+# args e.g. `tox -- tests/test_graph.py`
13
commands = pytest {posargs:tests/}
14
passenv = TRAVIS TRAVIS_*
15
setenv =
16
PYTHONPATH={toxinidir}
17
18
+[testenv:py27]
19
+commands = pytest {posargs:tests/test_androidmodule_ctypes_finder.py}
20
+
21
[testenv:py3]
22
# for py3 env we will get code coverage
23
commands =
0 commit comments