Skip to content

Commit

Permalink
Install dependencies before test on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Feb 20, 2014
1 parent 419c068 commit d7763f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ python:
- 2.6
- 2.7
- 3.3
install:
- pip install -e . "Werkzeug >= 0.9"
script:
- python setup.py test
notifications:
Expand Down

0 comments on commit d7763f9

Please sign in to comment.