mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-27 20:02:18 +00:00
11 lines
No EOL
170 B
Makefile
11 lines
No EOL
170 B
Makefile
build:
|
|
docker-compose build
|
|
|
|
py-shell:
|
|
docker-compose run package ipython
|
|
|
|
shell:
|
|
docker-compose run package bash
|
|
|
|
test:
|
|
docker-compose run package python -m unittest
|