13 lines
298 B
INI
13 lines
298 B
INI
# We don't actually use tox to run this test, but it's the easiest way
|
|
# to install autobahn and build the speedups module.
|
|
# See run.sh for the real test runner.
|
|
[tox]
|
|
envlist = py27, py32, py26, pypy
|
|
setupdir=../../..
|
|
|
|
[testenv]
|
|
commands = python -c pass
|
|
|
|
[testenv:py27]
|
|
deps = autobahntestsuite
|