Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
remove deprecated mirrors option; cache pip
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Sep 30, 2016
1 parent bcd81c9 commit efd30ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,9 +1,10 @@
language: python
python:
- "2.7"
cache: pip
env: DJ_KEY=testkey
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements.txt
- pip install coveralls
script:
- cp test_settings.py settings.py
Expand Down

0 comments on commit efd30ea

Please sign in to comment.