From 3c6b8058ff2ec6dfcd4cc0b6b6a3729132ed1ce9 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Fri, 29 Nov 2019 16:23:52 -0800 Subject: [PATCH] [#757] Be explicit about python versio so travis doesn't get confused --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c80e74f2..9b010ffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,10 +48,12 @@ jobs: 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 @@ -61,10 +63,12 @@ jobs: python: 3.7 - <<: *test_mac name: Python 3.7 on MacOS + python: 3.7 env: - JRNL_PYTHON_VERSION=3.7.4 - <<: *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 @@ -74,10 +78,12 @@ jobs: 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