bepasty-server/tox.ini

11 lines
357 B
INI
Raw Normal View History

2014-02-21 11:34:22 -08:00
[tox]
envlist=py27,pypy,py{34,35,36}
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