summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index e7b55c0..a0ec835 100644
--- a/Makefile
+++ b/Makefile
@@ -37,14 +37,6 @@ upload-docs: docs
.PHONY: docs upload-docs
-venv:
- rm -rf *.egg-info
- $(shell [[ -d $(VENV_DIR) ]] && mv $(VENV_DIR) $(VENV_DIR).`date +%s`)
- virtualenv --clear --python=python2.7 $(VENV_DIR)
- @echo 'Initialized virtualenv, run' \
- 'source '$(VENV_DIR)'/bin/activate' \
- 'to activate the virtual environment'
-.PHONY: venv
venv3:
rm -rf *.egg-info