diff options
author | Jon Bernard <jbernard@tuxion.com> | 2014-07-11 14:35:24 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2014-07-11 14:47:14 -0400 |
commit | e1e2d59a56eb0a4922711db440260515eb789c4b (patch) | |
tree | 2d907c9dbb7b1c52c3d4666d7615b8b1a364eb07 | |
parent | 7f967c2f901a544c6cfc4fa1ffc17aa5f0b4eda8 (diff) | |
download | dotfiles-e1e2d59a56eb0a4922711db440260515eb789c4b.tar.gz dotfiles-e1e2d59a56eb0a4922711db440260515eb789c4b.tar.bz2 dotfiles-e1e2d59a56eb0a4922711db440260515eb789c4b.zip |
Remove makefile, not necessary anymore
Either tox or runtests.py offer better solutions.
-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 |