Drop virtualenv and use env

This commit is contained in:
IamTheFij 2018-04-11 09:08:03 -07:00
parent 0b0636b701
commit 9309ab1fd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
env:
virtualenv -p python3 env
python3 -m venv env
./env/bin/pip install -r requirements-dev.txt
.PHONY: run