diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 746e2b4..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -test: - @PYTHONPATH=$$PWD py.test - -publish: - @python setup.py sdist upload -r pypi - @python setup.py bdist_wheel upload -r pypi - -.PHONY: test publish |