forked from orbit-oss/flask
7 lines
165 B
INI
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 []
|