8000 Merge pull request #232 from twilio/remove-pip-mirrors · PNPtutorials/twilio-python@f4ed073 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4ed073

Browse files
committed
Merge pull request twilio#232 from twilio/remove-pip-mirrors
Remove --use-mirrors to support 3.5
2 parents e1b258b + 8374ba2 commit f4ed073

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