mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
13 lines
199 B
INI
13 lines
199 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py{27,33,34,35,py}
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
passenv = PYTEST_STATUS_PORT
|
|
REDIS_PATH
|
|
REDIS_ARGS
|
|
|
|
commands = pip install .
|
|
py.test -v {posargs}
|