2011-10-07 08:06:01 +00:00
|
|
|
[tox]
|
|
|
|
envlist=py27-full, py27
|
|
|
|
setupdir=/tornado
|
|
|
|
# /home is a symlink to /usr/home, but tox doesn't like symlinks here
|
|
|
|
toxworkdir=/usr/home/vagrant/tox-tornado
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
commands = python -m tornado.test.runtests {posargs:}
|
|
|
|
|
|
|
|
[testenv:py27-full]
|
2012-09-30 00:47:41 +00:00
|
|
|
# twisted's tests fail on freebsd
|
2011-10-07 08:06:01 +00:00
|
|
|
deps =
|
2012-09-30 00:47:41 +00:00
|
|
|
futures
|
2011-10-07 08:06:01 +00:00
|
|
|
pycurl
|