mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-23 11:19:53 +00:00
Add tornado 4.3 to the test suite.
This commit is contained in:
parent
aef860f833
commit
d8f6f70142
1 changed files with 6 additions and 1 deletions
7
tox.ini
7
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27,py33,py34,pypy,pypy3,tornado31,tornado32,tornado40
|
||||
envlist = py27,py33,py34,pypy,pypy3,tornado31,tornado32,tornado40,tornado43
|
||||
toxworkdir = {toxinidir}/build/tox
|
||||
skip_missing_intepreters = true
|
||||
|
||||
|
@ -28,3 +28,8 @@ deps =
|
|||
deps =
|
||||
-rtest-requirements.txt
|
||||
tornado>=4.0,<4.1
|
||||
|
||||
[testenv:tornado43]
|
||||
deps =
|
||||
-rtest-requirements.txt
|
||||
tornado>=4.3,<4.4
|
||||
|
|
Loading…
Reference in a new issue