From 835359b77f656091e8f3ba8bde9eb1e35d3a6a26 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 5 Feb 2021 15:41:57 -0500 Subject: [PATCH] Disabling Python 3.6 build on Travis just to get things to run --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9db3406..1639896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python matrix: include: - python: 2.7 - - python: 3.6 before_install: - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then