8000 Remove mirrors · dozure/twilio-python@96900c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96900c5

Browse files
author
Carlos Diaz-Padron
committed
Remove mirrors
1 parent eaff8e1 commit 96900c5

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
@@ -6,8 +6,8 @@ python:
66
- "3.3"
77
- "3.4"
88
install:
9-
- pip install . --use-mirrors
10-
- pip install -r requirements.txt --use-mirrors
11-
- pip install -r tests/requirements.txt --use-mirrors
9+
- pip install .
10+
- pip install -r requirements.txt
11+
- pip install -r tests/requirements.txt
1212
script:
1313
- make ci

0 commit comments

Comments
 (0)
0