Skip to content

Commit

Permalink
Updated tox.ini to run py2 tests only on android module
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement committed Jul 28, 2019
1 parent 64e8002 commit 6822c91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ deps =
pytest
virtualenv
py3: coveralls
# makes it possible to override pytest args, e.g.
# 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`
commands = pytest {posargs:tests/}
passenv = TRAVIS TRAVIS_*
setenv =
PYTHONPATH={toxinidir}

[testenv:py27]
commands = pytest {posargs:tests/test_androidmodule_ctypes_finder.py}

[testenv:py3]
# for py3 env we will get code coverage
commands =
Expand Down

0 comments on commit 6822c91

Please sign in to comment.