Don't use werkzeug dev version in tox anymore

We don't need the dev version anymore since the lastest werkzeug release
supports 3.3.
This commit is contained in:
Daniel Neuhäuser 2013-06-19 17:24:02 +02:00
parent b461c6eec2
commit 88b74b376e
1 changed files with 0 additions and 1 deletions

View File

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