Compare commits
2 Commits
46fa756d94
...
bc237f1aef
Author | SHA1 | Date | |
---|---|---|---|
bc237f1aef | |||
9405fe728b |
14
Makefile
14
Makefile
@ -1,23 +1,23 @@
|
||||
ENV=./.venv/bin/activate
|
||||
|
||||
PYTHON=./.venv/bin/python
|
||||
all: ensure_env format build install test
|
||||
|
||||
format:
|
||||
./.venv/bin/python -m pip install shed
|
||||
$(PYTHON) -m pip install shed
|
||||
. $(ENV) && python -m shed
|
||||
|
||||
ensure_env:
|
||||
-@python3 -m venv .venv
|
||||
|
||||
build:
|
||||
./.venv/bin/python -m pip install build
|
||||
./.venv/bin/python -m build .
|
||||
$(PyTHON) -m pip install build
|
||||
$(PYTHON) -m build .
|
||||
|
||||
install:
|
||||
./.venv/bin/python -m pip install -e .
|
||||
$(PYTHON) -m pip install -e .
|
||||
|
||||
run:
|
||||
python -m ragnar.run
|
||||
$(PYTHON) -m ragnar.run
|
||||
|
||||
test:
|
||||
./.venv/bin/python -m unittest ragnar.tests
|
||||
$(PYTHON) -m unittest ragnar.tests
|
||||
|
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user