sprockets.http/tox.ini

25 lines
422 B
INI
Raw Normal View History

2015-07-22 17:41:30 +00:00
[tox]
envlist = py35,py36,py37,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 =
nosetests -v
2015-07-22 17:41:30 +00:00
deps =
-rrequires/testing.txt
[testenv:tornado]
commands =
{envbindir}/pip install tornado
{[testenv]commands}
[testenv:tornado50]
commands =
{envbindir}/pip install tornado=5.0
{[testenv]commands}