8000 test-install does not break · madCode/twilio-python@637dc49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 637dc49

Browse files
author
Paul Hallett
committed
test-install does not break
1 parent 75dadd2 commit 637dc49

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
@@ -6,7 +6,7 @@ venv:
66
install: venv
77
. venv/bin/activate; pip install . --use-mirrors
88

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

1212
analysis:

0 commit comments

Comments
 (0)
0