From 1a018cd3ea3e6a6486b3506ebe2b2a9ba1b42d01 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 29 Jan 2018 11:35:43 -0500 Subject: [PATCH] reduce CircleCI test time Use say just test_p-z*.py tests --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 8292acf1..edecbdc8 100644 --- a/circle.yml +++ b/circle.yml @@ -11,4 +11,4 @@ dependencies: test: override: - python ./setup.py develop && make check-2.7 - - cd ./test/stdlib && pyenv local 2.7.10 && bash ./runtests.sh + - cd ./test/stdlib && pyenv local 2.7.10 && bash ./runtests.sh 'test_[p-z]*.py'