From c64a17e97c64553bdfddca1847a76a8523d4eff3 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 25 Jul 2020 17:13:21 -0700 Subject: [PATCH] disable python 3.6 tests --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d5e2830..fc4e4652 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,21 +75,6 @@ jobs: - pyflakes --version - pyflakes . - # Python 3.6 Tests - - name: Python 3.6 on Linux - python: 3.6 - - <<: *test_mac - name: Python 3.6 on MacOS - python: 3.6 - env: - JRNL_PYTHON_VERSION: 3.6.8 - - <<: *test_windows - name: Python 3.6 on Windows - python: 3.6 - env: - <<: *env_windows - JRNL_PYTHON_VERSION: 3.6.8 - # Python 3.7 Tests - name: Python 3.7 on Linux python: 3.7