diff --git a/.travis.yml b/.travis.yml index 74baa44..0d32a47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,3 @@ install: - pip install cookiecutter coveralls script: - make -after_success: - - coveralls diff --git a/Makefile b/Makefile index fba34f7..7e2d195 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ test: $(COOKIE) cd $(COOKIE); pip install -r requirements/dev.txt cd $(COOKIE); coverage run --source $(COOKIE) manage.py test cd $(COOKIE); coverage report -m + cd $(COOKIE); coveralls $(COOKIE): Makefile cookiecutter.json $(COOKIE_CRUMBS) cookiecutter . --no-input