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