Skip to content

Commit

Permalink
Test make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Oct 5, 2017
1 parent 4d53beb commit 40ed071
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,6 +1,8 @@
# create release and upload to pypi
test:
python2 setup.py test
python3 setup.py test

all:
release-to-pypi:
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*

0 comments on commit 40ed071

Please sign in to comment.