mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-22 03:00:23 +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]
|
[tox]
|
||||||
envlist = py27,py34
|
envlist = py27,py34,tornado3
|
||||||
indexserver =
|
indexserver =
|
||||||
default = https://pypi.python.org/simple
|
default = https://pypi.python.org/simple
|
||||||
toxworkdir = build/tox
|
toxworkdir = build/tox
|
||||||
|
@ -11,3 +11,9 @@ deps =
|
||||||
nose
|
nose
|
||||||
mock
|
mock
|
||||||
tornado
|
tornado
|
||||||
|
|
||||||
|
[testenv:tornado3]
|
||||||
|
deps =
|
||||||
|
nose
|
||||||
|
mock
|
||||||
|
tornado>=3,<4
|
||||||
|
|
Loading…
Reference in a new issue