mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Dont autolock when we make the environment
This commit is contained in:
parent
d8e7243a98
commit
9fc872767c
2
Makefile
2
Makefile
@ -64,13 +64,13 @@ debian-release: debian-build-source
|
||||
env:
|
||||
python3 -m venv env
|
||||
tools/in-env python3 -m pip install pipenv
|
||||
tools/in-env python3 -m pipenv lock
|
||||
tools/in-env python3 -m pipenv sync --dev
|
||||
|
||||
test: env
|
||||
PYTHONPATH=. tools/in-env python3 -m g13gui.tests
|
||||
|
||||
lock: env
|
||||
tools/in-env python3 -m pipenv lock
|
||||
|
||||
.PHONY: all clean install
|
||||
.PHONY: manjaro manjaro-clean manjaro-install
|
||||
|
Loading…
Reference in New Issue
Block a user