sprockets.http/tox.ini

28 lines
449 B
INI
Raw Permalink Normal View History

2015-07-22 17:41:30 +00:00
[tox]
2022-02-03 16:48:15 +00:00
envlist = py37,py38,py39,tornado,tornado50
2015-07-22 17:41:30 +00:00
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
2015-11-18 23:13:45 +00:00
skip_missing_interpreters = True
use_develop = True
2015-07-22 17:41:30 +00:00
[testenv]
2015-12-10 15:22:10 +00:00
commands =
2022-02-03 16:48:15 +00:00
coverage run
2015-07-22 17:41:30 +00:00
deps =
2022-02-03 16:48:15 +00:00
.
-rrequires/testing.txt
2022-02-03 16:48:15 +00:00
extras =
sentry
[testenv:tornado]
commands =
{envbindir}/pip install tornado
{[testenv]commands}
[testenv:tornado50]
commands =
{envbindir}/pip install tornado==5.0
{[testenv]commands}