Skip to content

Commit

Permalink
Removes the deprecated --use-mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
unbrice committed Sep 29, 2015
1 parent e3d69ae commit f3dc40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- "3.4"
- "3.5"
install:
- pip install --use-wheel --use-mirrors -r build-requirements.txt
- pip install --use-wheel --use-mirrors coveralls
- pip install --use-wheel -r build-requirements.txt
- pip install --use-wheel coveralls
script:
- coverage run --source=py1 setup.py test
# Checks that pip can install the package.
Expand Down

0 comments on commit f3dc40a

Please sign in to comment.