flask/tox.ini
Daniel Neuhäuser f88cc2d2f9 Fix broken test_appcontext_signals test case
This fixes #781 and ensures that Flask is tested with blinker installed.
2013-06-27 16:49:27 +02:00

7 lines
165 B
INI

[tox]
envlist = py26, py27, pypy, py33
[testenv]
deps = -egit+git://github.com/mitsuhiko/werkzeug.git#egg=werkzeug
blinker
commands = python run-tests.py []