bepasty-server/tox.ini

11 lines
356 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:
2018-09-17 01:55:44 -07:00
commands = pytest -m "not needs_server" bepasty/
2014-02-21 11:34:22 -08:00