mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-21 19:28:35 +00:00
Add testing against tornado3 via tox.
This commit is contained in:
parent
6b56545b8d
commit
ce107d8d1e
1 changed files with 7 additions and 1 deletions
8
tox.ini
8
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27,py34
|
||||
envlist = py27,py34,tornado3
|
||||
indexserver =
|
||||
default = https://pypi.python.org/simple
|
||||
toxworkdir = build/tox
|
||||
|
@ -11,3 +11,9 @@ deps =
|
|||
nose
|
||||
mock
|
||||
tornado
|
||||
|
||||
[testenv:tornado3]
|
||||
deps =
|
||||
nose
|
||||
mock
|
||||
tornado>=3,<4
|
||||
|
|
Loading…
Reference in a new issue