8000 Remove unnecessary `echo` from Makefile · SituProbability/twilio-python@5a6afa6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a6afa6

Browse files
author
Doug Black
committed
Remove unnecessary echo from Makefile
1 parent 0b32761 commit 5a6afa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.PHONY: clean install analysis test test-install develop docs docs-install
22

33
venv:
4-
echo "Using python: "; python --version
54
virtualenv --python=python venv
65

76
install: venv

0 commit comments

Comments
 (0)
0