From 7f644a1ece8dccc9278514d910cc6686a83d8208 Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Thu, 4 Oct 2018 15:11:59 -0700 Subject: [PATCH] Temporarily disable Python 3.4 testing until upstream anaconda issues are resolved. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a44c3c9c..c96cbda9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.4" +# - "3.4" # TODO: The anaconda mro_base package seems to be broken. Re-enable when fixed. - "3.5" - "3.6"