2011-12-30 20:53:11 +00:00
|
|
|
# We don't actually use tox to run this test, but it's the easiest way
|
|
|
|
# to install autobahn and deal with 2to3 for the python3 version.
|
|
|
|
# See run.sh for the real test runner.
|
|
|
|
[tox]
|
2013-01-14 02:53:12 +00:00
|
|
|
envlist = py27, py32, py26, pypy
|
2011-12-30 20:53:11 +00:00
|
|
|
setupdir=../../..
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
commands = python -c pass
|
|
|
|
|
|
|
|
[testenv:py27]
|
2012-08-29 17:33:00 +00:00
|
|
|
deps = autobahntestsuite
|