From 1ec9c18a66548b5fa9f751af550fce52defc1f3b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Feb 2016 07:02:26 -0500 Subject: [PATCH] $ make test --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5b4036c..ef81323 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +test: + python test_tablib.py publish: python setup.py register python setup.py sdist upload