aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-11 14:35:24 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-11 14:47:14 -0400
commite1e2d59a56eb0a4922711db440260515eb789c4b (patch)
tree2d907c9dbb7b1c52c3d4666d7615b8b1a364eb07 /Makefile
parent7f967c2f901a544c6cfc4fa1ffc17aa5f0b4eda8 (diff)
downloaddotfiles-e1e2d59a56eb0a4922711db440260515eb789c4b.tar.gz
dotfiles-e1e2d59a56eb0a4922711db440260515eb789c4b.tar.bz2
dotfiles-e1e2d59a56eb0a4922711db440260515eb789c4b.zip
Remove makefile, not necessary anymore
Either tox or runtests.py offer better solutions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
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