Skip to content

Commit

Permalink
updated travis to use crate.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed May 17, 2013
1 parent c6c667a commit da328f5
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 @@ -3,7 +3,7 @@ language: python
python:
- '2.7'
script: python example/manage.py test billing --settings=settings.travis
install: pip install -r example/requirements.txt
install: pip install -i https://simple.crate.io -r example/requirements.txt
env:
global:
- secure: ! 'ZNudS+n9oaFFDA2U23GhZjEeYnsjIZvChiqGuYI6Hrjo9cEE7O7pJFmKlu84
Expand Down

0 comments on commit da328f5

Please sign in to comment.