Switched to setup.cfg for deps
This commit is contained in:
parent
8381756693
commit
16c3edfb17
3 changed files with 21 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ PYTHON=python3.6
|
|||
# =====RECIPES=====
|
||||
.venv/bin/activate: setup.py
|
||||
'$(PYTHON)' -m venv .venv
|
||||
.venv/bin/pip install -e .[ci] -e .[lint] -e .[dev]
|
||||
.venv/bin/pip install -e .[develop]
|
||||
|
||||
venv: .venv/bin/activate
|
||||
.PHONY: venv
|
||||
|
|
|
|||
Reference in a new issue