From 8a6aaf7a3f7353c2b44d8f7cca5d30240a12b327 Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Tue, 19 Mar 2019 14:04:15 +0000 Subject: [PATCH] Python 3 not yet ready. --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b596829..fdd1b21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,19 +21,19 @@ common: &common - run-tests: name: python27 python: "2.7" - - run-tests: - name: python36 - python: "3.6" - - run-tests: - name: python37 - python: "3.7" +# - run-tests: +# name: python36 +# python: "3.6" +# - run-tests: +# name: python37 +# python: "3.7" - python/coverage: name: coverage requires: - python27 - - python36 - - python37 +# - python36 +# - python37 - python/release: name: release