Skip to content
Snippets Groups Projects
Commit 3c68d0a8 authored by John Chilton's avatar John Chilton
Browse files

Make file improvements.

 - Fix clean-tests task.
 - Add build task (TODO: wheel version).
parent d05588f6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ help:
@echo "coverage - check code coverage quickly with the default Python"
@echo "docs - generate Sphinx HTML documentation, including API docs"
clean: clean-build clean-pyc clean-test
clean: clean-build clean-pyc clean-tests
clean-build:
rm -fr build/
......@@ -56,3 +56,8 @@ open-rtd: docs
open-project:
open https://github.com/galaxyproject/pulsar || xdg-open https://github.com/galaxyproject/pulsar
# TODO: Wheel
dist: clean
python setup.py sdist bdist_egg
ls -l dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment