garminexport/Makefile

11 lines
187 B
Makefile
Raw Permalink Normal View History

2014-11-08 13:35:47 +01:00
venv:
pipenv install
2014-11-08 13:35:47 +01:00
clean:
find -name '*~' -exec rm {} \;
find -name '*pyc' -exec rm {} \;
test:
nosetests --verbose --with-coverage --cover-package=garminexport --cover-branches