Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
remove --use-mirrors as mgedmin suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Nov 4, 2015
1 parent 0ca1ec7 commit 42ff33d
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 @@ -2,7 +2,7 @@ language: python
python:
- 2.7
install:
- pip install . --use-mirrors
- pip install .
script:
- python setup.py test -q
notifications:
Expand Down

0 comments on commit 42ff33d

Please sign in to comment.