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 023ccbe commit 00d12b5Copy full SHA for 00d12b5
tox.ini
@@ -9,13 +9,16 @@ deps =
9
virtualenv
10
py3: coveralls
11
backports.tempfile
12
-# makes it possible to override pytest args, e.g.
13
-# 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`
14
commands = pytest {posargs:tests/}
15
passenv = TRAVIS TRAVIS_*
16
setenv =
17
PYTHONPATH={toxinidir}
18
19
+[testenv:py27]
20
+commands = pytest {posargs:tests/test_androidmodule_ctypes_finder.py}
21
+
22
[testenv:py3]
23
# for py3 env we will get code coverage
24
commands =
0 commit comments