From 917a59ebad2d963aa0a297d54c10db77c2099aaa Mon Sep 17 00:00:00 2001 From: Terri Oda Date: Tue, 13 Aug 2019 11:21:43 -0700 Subject: [PATCH] Disabling python3.4 in travis because of unrelated network errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9b7a4dfe1..3ed6972aef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: - openssl python: - "2.7" - - "3.4" +# - "3.4" Failing due to what look like travis network errors; disabling for now - "3.5" - "3.6" # 3.7 fails with: Unable to download 3.7 archive. The archive may not exist.