8000 Remove --use-mirrors to support 3.5 · rbachman/twilio-python@8374ba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8374ba2

Browse files
author
Carlos Diaz-Padron
committed
Remove --use-mirrors to support 3.5
1 parent c0c79fd commit 8374ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ python:
77
- '3.4'
88
- '3.5'
99
install:
10-
- pip install . --use-mirrors
11-
- pip install -r requirements.txt --use-mirrors
12-
- pip install -r tests/requirements.txt --use-mirrors
10+
- pip install .
11+
- pip install -r requirements.txt
12+
- pip install -r tests/requirements.txt
1313
script:
1414
- flake8 --ignore=F401 twilio
1515
- flake8 --ignore=E123,E126,E128,E501 tests

0 commit comments

Comments
 (0)
0