Skip to content

Commit

Permalink
Makefile refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Nov 13, 2017
1 parent 80756b2 commit bb053d7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +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/*

test:
python2 setup.py test
python3 setup.py test

0 comments on commit bb053d7

Please sign in to comment.