forked from orbit-oss/flask
Make travis install development werkzeug
This commit is contained in:
parent
6bd5dfad0c
commit
e9fa24cfa3
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue