Skip to content

Commit

Permalink
rm use-mirrors pip has changed it to a env var
Browse files Browse the repository at this point in the history
  • Loading branch information
delijati committed Aug 29, 2016
1 parent 215afb2 commit 6075730
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 @@ -9,7 +9,7 @@ python:
install:
- pip install -e .[test]
- pip install coveralls
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
env:
- SOLR_VERSION=4.10.2 SOLR_URL=http://localhost:8983/solr/core0 SOLR_CONFS="scorched/tests/solrconfig.xml"
# command to run tests
Expand Down

0 comments on commit 6075730

Please sign in to comment.