garminexport/Makefile
2020-04-08 20:25:16 +02:00

11 lines
187 B
Makefile

venv:
pipenv install
clean:
find -name '*~' -exec rm {} \;
find -name '*pyc' -exec rm {} \;
test:
nosetests --verbose --with-coverage --cover-package=garminexport --cover-branches