Skip to content

Commit

Permalink
.travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Apr 22, 2012
1 parent 47b2510 commit ae6cec8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.2"
install:
- pip install mock nose --use-mirrors
- pip install . --use-mirrors
install: pip install mock nose requests --use-mirrors --upgrade
script: nosetests
notifications:
email:
Expand Down

0 comments on commit ae6cec8

Please sign in to comment.