Commit 6867107e authored by Sean Bleier's avatar Sean Bleier

Don't pin version of Python in Makefile.

parent 314b1b00
......@@ -10,7 +10,7 @@ default:
python setup.py check build
$(VENV_ACTIVATE): requirements*.txt
test -f $@ || virtualenv --python=python2.7 --system-site-packages $(VENV_DIR)
test -f $@ || virtualenv --system-site-packages $(VENV_DIR)
touch $@
.PHONY: install_requirements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment