disable python 3.6 tests

This commit is contained in:
Jonathan Wren 2020-07-25 17:13:21 -07:00
parent 2553c1244d
commit c64a17e97c

View file

@ -75,21 +75,6 @@ jobs:
- pyflakes --version - pyflakes --version
- pyflakes . - 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 # Python 3.7 Tests
- name: Python 3.7 on Linux - name: Python 3.7 on Linux
python: 3.7 python: 3.7