Skip to content

Commit

Permalink
updated travis ci make script
Browse files Browse the repository at this point in the history
  • Loading branch information
benranderson committed May 30, 2018
1 parent acd78bc commit fbc0d01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ coverage: ## check code coverage quickly with the default Python
$(BROWSER) htmlcov/index.html

coverage-travis: ## check code coverage for Travis CI
py.test --cov-report term --cov-report html --cov tests/
coverage run --source wallthick -m pytest tests/
coverage report -m
coverage html

dist: clean ## builds source and wheel package
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit fbc0d01

Please sign in to comment.