File: tox.ini

package info (click to toggle)
python-tornado 6.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,176 kB
  • sloc: python: 28,920; javascript: 156; sh: 100; ansic: 72; xml: 49; makefile: 49; sql: 23
file content (14 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist=py27-full, py27, py34
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]
# twisted's tests fail on freebsd
deps =
     futures
     pycurl