mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-15 03:00:29 +00:00
076a91dfd6
Fix env reference in tox.ini
25 lines
423 B
INI
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
|