File: tox.ini

package info (click to toggle)
python-tornado 4.4.2-1~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,020 kB
  • sloc: python: 25,036; sh: 130; xml: 49; ansic: 45; makefile: 45; sql: 26
file content (15 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# App Engine tests require the SDK to be installed separately.
# Version 1.6.1 or newer is required (older versions don't work when
# python is run from a virtualenv)
#
# These are currently excluded from the main tox.ini because their
# logs are spammy and they're a little flaky.
[tox]
envlist = py27-appengine

[testenv]
changedir = {toxworkdir}

[testenv:py27-appengine]
basepython = python2.7
commands = python {toxinidir}/py27/runtests.py {posargs:}