Add testing against tornado3 via tox.

This commit is contained in:
Dave Shawley 2015-09-14 07:34:19 -04:00
parent 6b56545b8d
commit ce107d8d1e

View file

@ -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