Files
deb-python-pysaml2/tox.ini
ivan b4f8c5478e Allow testers to specify test
Until now the command `tox` would run all of the tests.
With this change one can specify a test to be run by running:
  tox -- path/to/test.py
2017-07-12 16:09:04 +03:00

7 lines
110 B
INI

[tox]
envlist = py27,py34
[testenv]
deps = -rtests/test_requirements.txt
commands = py.test {posargs:tests/}