Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Merge 1e9811d into f8a5d6f
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Aug 12, 2019
2 parents f8a5d6f + 1e9811d commit 5ba3be9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
test:
. aws-credentials && ./runtests.py
. aws-credentials && ./runtests.py

test-coverage:
. aws-credentials && coverage run --source collectfast ./runtests.py

distribute:
python setup.py sdist bdist_wheel upload
pip install --upgrade wheel twine setuptools
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 5ba3be9

Please sign in to comment.