From 0c87ae52fb3876c940444c3c502d977bde7974f7 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Tue, 14 Jan 2020 18:59:52 -0800 Subject: [PATCH] testing --- .travis.yml | 55 ----------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5cd26fb6..3ea309cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,61 +59,6 @@ jobs: - black --version - black --check . --verbose --diff - # 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: - - JRNL_PYTHON_VERSION=3.6.8 - - PATH=/c/Python36:/c/Python36/Scripts:$PATH - - # Python 3.7 Tests - - name: Python 3.7 on Linux - python: 3.7 - - <<: *test_mac - name: Python 3.7 on MacOS - python: 3.7 - env: - - JRNL_PYTHON_VERSION=3.7.5 - - <<: *test_windows - name: Python 3.7 on Windows - python: 3.7 - env: - - JRNL_PYTHON_VERSION=3.7.5 - - PATH=/c/Python37:/c/Python37/Scripts:$PATH - - # Python 3.8 Tests - - name: Python 3.8 on Linux - python: 3.8 - - <<: *test_mac - name: Python 3.8 on MacOS - python: 3.8 - env: - - JRNL_PYTHON_VERSION=3.8.0 - - <<: *test_windows - name: Python 3.8 on Windows - python: 3.8 - env: - - JRNL_PYTHON_VERSION=3.8.0 - - PATH=/c/Python38:/c/Python38/Scripts:$PATH - - # ... and beyond! - - name: Python nightly on Linux - python: nightly - - # Specialty tests - - name: Python 3.7 on Linux, not UTC - python: 3.7 - env: - - TZ=America/Edmonton - # Changelog for Unreleased changes - stage: Update Changelog if: branch = develop AND type NOT IN (pull_request)