This commit is contained in:
parent
3e7a2edf13
commit
7fbec4992e
3 changed files with 7 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -1,13 +1,13 @@
|
|||
# =====CONFIG=====
|
||||
# Devop environment runs in 3.8
|
||||
# TODO switch this to python3.6
|
||||
PYTHON=python3.9
|
||||
PYTHON=python3.6
|
||||
|
||||
|
||||
# =====RECIPES=====
|
||||
.venv/bin/activate: setup.py
|
||||
'$(PYTHON)' -m venv .venv
|
||||
.venv/bin/pip install -e .[dev]
|
||||
.venv/bin/pip install -e .[dev] -e .[ci]
|
||||
|
||||
venv: .venv/bin/activate
|
||||
.PHONY: venv
|
||||
|
|
|
|||
Reference in a new issue