mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 21:52:18 +00:00
25 lines
384 B
INI
25 lines
384 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
|
|
|
|
[testenv:circleci_27]
|
|
basepython = python-2.7.10
|
|
|
|
[testenv:circleci_34]
|
|
basepython = python-3.4.3
|
|
|
|
[testenv:circleci_35]
|
|
basepython = python-3.5
|
|
|
|
[testenv:circleci_pypy]
|
|
basepython = pypy-2.5.0
|