This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
all: ensure_env format build install
|
||||
all: ensure_env format build install test
|
||||
|
||||
format:
|
||||
./.venv/bin/python -m pip install black
|
||||
@@ -15,4 +15,7 @@ install:
|
||||
./.venv/bin/python -m pip install -e .
|
||||
|
||||
run:
|
||||
python -m ragnar.run
|
||||
python -m ragnar.run
|
||||
|
||||
test:
|
||||
./.venv/bin/python -m unittest ragnar.tests
|
||||
Reference in New Issue
Block a user