This commit is contained in:
Barak Michener 2018-09-06 00:39:51 -07:00
parent 534c1b3ea8
commit 63bf05b792
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ all: default
default: clean deps test lint
venv:
if [ ! -e "venv/bin/activate_this.py" ] ; then virtualenv --python=python3 venv ; fi
if [ ! -e "venv/bin/activate_this.py" ] ; then virtualenv --python=python3 --prompt="({{cookiecutter.project_name}}) " venv ; fi
clean:
find . -name \*.pyc -delete

View file

@ -1,3 +1,4 @@
pytest
pytest-cov
flake8
pip