mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 06:46:14 +00:00
6 lines
46 B
Makefile
6 lines
46 B
Makefile
install:
|
|
pipenv install --dev
|
|
|
|
test:
|
|
pytest
|