8000 Remove --use-mirrors from test-install · twilio/twilio-python@7978efd · GitHub
[go: up one dir, main page]

Skip to content

Commit 7978efd

Browse files
author
Carlos Diaz-Padron
committed
Remove --use-mirrors from test-install
1 parent 6eae914 commit 7978efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ venv:
44
virtualenv venv
55

66
install: venv
7-
. venv/bin/activate; pip install . --use-mirrors
7+
. venv/bin/activate; pip install .
88

99
test-install: install
1010
. venv/bin/activate; pip install -r tests/requirements.txt

0 commit comments

Comments
 (0)
0