Skip to content

Commit 6822c91

Browse files
committed
Updated tox.ini to run py2 tests only on android module
1 parent 64e8002 commit 6822c91

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ deps =
88
pytest
99
virtualenv
1010
py3: coveralls
11-
# makes it possible to override pytest args, e.g.
12-
# tox -- tests/test_graph.py
11+
# posargs will be replaced by the tox args, so you can override pytest
12+
# args e.g. `tox -- tests/test_graph.py`
1313
commands = pytest {posargs:tests/}
1414
passenv = TRAVIS TRAVIS_*
1515
setenv =
1616
PYTHONPATH={toxinidir}
1717

18+
[testenv:py27]
19+
commands = pytest {posargs:tests/test_androidmodule_ctypes_finder.py}
20+
1821
[testenv:py3]
1922
# for py3 env we will get code coverage
2023
commands =

0 commit comments

Comments
 (0)