14 lines
322 B
INI
14 lines
322 B
INI
[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]
|
|
# other dependencies aren't really worth the install time
|
|
deps =
|
|
pycurl
|