bepasty-server/tox.ini

11 lines
359 B
INI
Raw Normal View History

2014-02-21 11:34:22 -08:00
[tox]
2014-08-22 10:27:02 -07:00
envlist=py26,py27,pypy,py33,py34
2014-02-21 11:34:22 -08:00
[testenv]
deps = -r{toxinidir}/requirements.d/dev.txt
# as we do not start the server that serves the selenium tests using the misc.
# python versions configured above (but manually with 1 specific python
# version), there is no point in running these tests with tox:
commands = py.test -m "not needs_server" bepasty/
2014-02-21 11:34:22 -08:00