Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit d7763f9

Browse files
committed
Install dependencies before test on Travis CI
1 parent 419c068 commit d7763f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ python:
77
- 2.6
88
- 2.7
99
- 3.3
10+
install:
11+
- pip install -e . "Werkzeug >= 0.9"
1012
script:
1113
- python setup.py test
1214
notifications:

0 commit comments

Comments
 (0)