mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-19 00:33:35 +00:00
16 lines
233 B
INI
16 lines
233 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py{26,27,34,35}
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
passenv = PYTEST_STATUS_PORT
|
|
REDIS_PATH
|
|
REDIS_ARGS
|
|
|
|
commands = pip install .
|
|
py.test -v
|
|
|
|
[testenv:py35-dev]
|
|
basepython = python3.5-dev
|