Skip to content

Commit

Permalink
Fix for travis due to repoze.who 2.1 now bringing in WebOb 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Nov 24, 2012
1 parent cea70d7 commit 89a890a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"

install:
- "pip install WebOb==1.1.1"
- "pip install repoze.who"

script: "python setup.py nosetests"
Expand Down

0 comments on commit 89a890a

Please sign in to comment.