Skip to content

Commit

Permalink
Add make-target for building the distriution packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
htgoebel committed Feb 4, 2015
1 parent a4d18ff commit 5085162
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Expand Up @@ -9,6 +9,7 @@
.PHONY : all clean celan-files clean-all clean-tox
.PHONY : xunit-test test test-dist cover
.PHONY : dump-requirements install-requirements
.PHONY : dist

all: cover

Expand Down Expand Up @@ -43,3 +44,9 @@ dump-requirements:

install-requirements:
pip install -r .requirements

dist:
# ensure a clean build
rm -rf build
python setup.py sdist
python setup.py bdist

0 comments on commit 5085162

Please sign in to comment.