Skip to content

Commit

Permalink
Trying to use PIP_FIND_LINKS with travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Aug 19, 2014
1 parent 8fb845c commit e7c2eef
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 @@ -10,6 +10,7 @@ env:
- TOX_ENV=pypy-1.6
before_install:
- export PIP_INDEX_URL=https://simple.crate.io/
- export PIP_FIND_LINKS="https://www.djangoproject.com/download/"
- sudo pip install tox
script:
- tox -e $TOX_ENV

0 comments on commit e7c2eef

Please sign in to comment.