Skip to content

Commit

Permalink
Remove the --use-mirrors option from the PIP command.
Browse files Browse the repository at this point in the history
The `--use-mirrors` option was removed from the PIP command. The DNS
alias mirrors for PyPI have been removed.
https://pypi.python.org/mirrors
  • Loading branch information
tswast committed Aug 28, 2016
1 parent 452f420 commit c37fe25
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 @@ -7,6 +7,6 @@ python:
- "pypy"

install:
- pip install --use-mirrors -e .
- pip install -e .

script: python -m flask_frozen.tests

0 comments on commit c37fe25

Please sign in to comment.