summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-03-18 14:28:05 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-03-18 14:28:05 -0700
commit6d1880357ff0fc8e43cba17b9713d3cbf8ae1e1b (patch)
treef20e96cb7d7384a267ca16dc17013bc7e974a0e0 /Makefile
parent2329dd9f697fd3374face144cdd70010a4dbec83 (diff)
downloadkazoo-6d1880357ff0fc8e43cba17b9713d3cbf8ae1e1b.tar.gz
We don't need to depend on as tox builds the same env
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5b4f43..80d4691 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ endif
clean:
rm -rf $(BUILD_DIRS)
-test: $(PYTHON)
+test:
tox -e$(TOX_VENV)
html: