Skip to content

Commit 00d12b5

Browse files
committed
Updated tox.ini to run py2 tests only on android module
1 parent 023ccbe commit 00d12b5

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
@@ -9,13 +9,16 @@ deps =
99
virtualenv
1010
py3: coveralls
1111
backports.tempfile
12-
# makes it possible to override pytest args, e.g.
13-
# tox -- tests/test_graph.py
12+
# posargs will be replaced by the tox args, so you can override pytest
13+
# args e.g. `tox -- tests/test_graph.py`
1414
commands = pytest {posargs:tests/}
1515
passenv = TRAVIS TRAVIS_*
1616
setenv =
1717
PYTHONPATH={toxinidir}
1818

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

0 commit comments

Comments
 (0)