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