From 6a38eb9f321636e8a00a30f3ae0463eb03590c5c Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 21 Jul 2015 08:42:00 -0700 Subject: [PATCH] Removing JS tests for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7ffcdcf..1521c9ce 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: find . -name "*.pyc" -delete @echo "" -test: develop lint test-js test-python test-cli +test: develop lint test-python testloop: develop pip install pytest-xdist