2011-10-07 08:06:01 +00:00
|
|
|
[tox]
|
2011-12-30 08:49:19 +00:00
|
|
|
envlist = py27-full, py25-full, py32, py25, py26, py26-full, py27
|
2011-10-07 08:06:01 +00:00
|
|
|
setupdir=/tornado
|
|
|
|
toxworkdir=/home/vagrant/tox-tornado
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
commands = python -m tornado.test.runtests {posargs:}
|
|
|
|
|
2011-12-30 08:49:19 +00:00
|
|
|
[testenv:py25]
|
|
|
|
basepython = python2.5
|
|
|
|
deps = simplejson
|
|
|
|
|
|
|
|
[testenv:py25-full]
|
|
|
|
basepython = python2.5
|
|
|
|
deps =
|
|
|
|
MySQL-python
|
|
|
|
pycurl
|
|
|
|
simplejson
|
|
|
|
twisted==11.0.0
|
2012-05-28 04:35:27 +00:00
|
|
|
zope.interface<4.0
|
2011-12-30 08:49:19 +00:00
|
|
|
|
2011-10-07 08:06:01 +00:00
|
|
|
[testenv:py26-full]
|
|
|
|
deps =
|
|
|
|
MySQL-python
|
|
|
|
pycurl
|
2011-12-30 08:49:19 +00:00
|
|
|
twisted==11.0.0
|
|
|
|
|
|
|
|
[testenv:py27-full]
|
|
|
|
basepython = python2.7
|
|
|
|
deps =
|
|
|
|
MySQL-python
|
|
|
|
pycurl
|
|
|
|
twisted==11.0.0
|