From 75245ba38caf2772ba32f6079446603ee0abbb7c Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 26 Mar 2018 09:47:18 -0400 Subject: [PATCH] Back off full 2.7.14 testing for now --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 3bc93569..37cd064a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -136,7 +136,7 @@ grammar-coverage-2.6: grammar-coverage-2.7: -rm $(COVER_DIR)/spark-grammar-2.7.cover || true SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-2.7.cover $(PYTHON) test_pythonlib.py --bytecode-2.7 - SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-2.7.cover $(PYTHON) test_pyenvlib.py --2.7.14 --max=800 + SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-2.7.cover $(PYTHON) test_pyenvlib.py --2.7.14 --max=400 #: Get grammar coverage for Python 3.0 grammar-coverage-3.0: