Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Fix TravisCI install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed May 30, 2013
1 parent ee0aec8 commit db7a208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ python:
- "2.7"
- "3.2"
- "3.3"
install: "pip install -r requirements.txt --use-mirrors"
install: "pip install -r requirements.pip --use-mirrors"
script: nosetests

0 comments on commit db7a208

Please sign in to comment.