fix venv
This commit is contained in:
parent
534c1b3ea8
commit
63bf05b792
2 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ all: default
|
||||||
default: clean deps test lint
|
default: clean deps test lint
|
||||||
|
|
||||||
venv:
|
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:
|
clean:
|
||||||
find . -name \*.pyc -delete
|
find . -name \*.pyc -delete
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
pytest
|
pytest
|
||||||
|
pytest-cov
|
||||||
flake8
|
flake8
|
||||||
pip
|
pip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue