sprockets.mixins.correlation/tox.ini
Robin Klingsberg 076a91dfd6 Update copyright
Fix env reference in tox.ini
2019-03-19 19:18:17 -04:00

25 lines
423 B
INI

[tox]
envlist = py35,py36,py37,tornado43,tornado51,tornado6
toxworkdir = {toxinidir}/build/tox
skip_missing_intepreters = true
[testenv]
deps =
-r requires/testing.txt
tornado
commands = {envbindir}/nosetests
[testenv:tornado43]
deps =
-r requires/testing.txt
tornado>=4.3,<4.4
[testenv:tornado51]
deps =
-r requires/testing.txt
tornado>=5.1,<5.2
[testenv:tornado6]
deps =
-r requires/testing.txt
tornado>=6,<7