Make travis install development werkzeug

This commit is contained in:
Armin Ronacher 2013-05-31 00:56:09 +01:00
parent 6bd5dfad0c
commit e9fa24cfa3

View file

@ -6,7 +6,9 @@ python:
- pypy - pypy
- 3.3 - 3.3
install: pip install --editable . install:
- pip install git+git://github.com/mitsuhiko/werkzeug.git#egg=Werkzeug
- pip install --editable .
script: make test script: make test