Skip to content

Commit

Permalink
Upload Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Jun 3, 2018
1 parent 57be07b commit 00559fd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
.PHONY: build_posix build_win clean cover test
.PHONY: build clean cover test upload

build_posix:
build:
python setup.py sdist
python setup.py bdist_wheel --universal

build_win:
python setup.py bdist_msi
clean:
rm -rf dist build pyswip.egg-info

cover:
py.test --cov=pyswip tests

clean:
rm -rf dist build pyswip.egg-info

test:
py.test tests --verbose

Expand Down

0 comments on commit 00559fd

Please sign in to comment.