2013-05-18 18:27:49 +02:00
|
|
|
[tox]
|
|
|
|
|
envlist = py26, py27, pypy, py33
|
|
|
|
|
|
|
|
|
|
[testenv]
|
2013-05-22 16:19:57 +02:00
|
|
|
deps = -egit+git://github.com/mitsuhiko/werkzeug.git@sprint-branch#egg=werkzeug
|
2013-05-22 16:33:05 +02:00
|
|
|
-egit+git://github.com/mitsuhiko/itsdangerous.git#egg=itsdangerous
|
2013-05-18 18:27:49 +02:00
|
|
|
commands = python run-tests.py []
|