Skip to content

Commit 1d81841

Browse files
committedApr 7, 2020
[Travis] update WIndows Python versions
Updates Python 3.7.5 to 3.7.7 and 3.8.0 to 3.8.2. Also add the alpha 5 build of Python 3.9 as an allowable failure.
1 parent 9215dc5 commit 1d81841

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed
 

‎.travis.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ aliases:
4141
os: windows
4242
language: shell
4343
env: &env_windows
44-
PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH
44+
PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:$PATH
4545
PYTHONIOENCODING: UTF-8
4646
cache:
4747
directories:
4848
- /c/Python36
4949
- /c/Python37
5050
- /c/Python38
51+
- /c/Python39
5152
- /c/ProgramData/chocolatey/lib
5253
- /c/ProgramData/chocolatey/bin
5354
- /c/Users/travis/AppData/Local/pypoetry/Cache
@@ -60,6 +61,8 @@ jobs:
6061
fast_finish: true
6162
allow_failures:
6263
- python: nightly
64+
- os: windows
65+
env: JRNL_PYTHON_VERSION: 3.9.0-a5
6366

6467
include:
6568
- name: Lint, via Black
@@ -96,7 +99,7 @@ jobs:
9699
python: 3.7
97100
env:
98101
<<: *env_windows
99-
JRNL_PYTHON_VERSION: 3.7.5
102+
JRNL_PYTHON_VERSION: 3.7.7
100103

101104
# Python 3.8 Tests
102105
- name: Python 3.8 on Linux
@@ -111,13 +114,19 @@ jobs:
111114
python: 3.8
112115
env:
113116
<<: *env_windows
114-
JRNL_PYTHON_VERSION: 3.8.0
117+
JRNL_PYTHON_VERSION: 3.8.2
115118

116119
# ... and beyond!
117120
- name: Python nightly on Linux
118121
before_install:
119122
- sed -i 's/^python = ">=3\.6\.0.*"$/python = "*"/' pyproject.toml
120123
python: nightly
124+
- <<: *test_windows
125+
name: Python 3.9-alpha on Windows
126+
python: 3.9
127+
env:
128+
<<: *env_windows
129+
JRNL_PYTHON_VERSION: 3.9.0-a5
121130

122131
# Specialty tests
123132
- name: Python 3.7 on Linux, not UTC

0 commit comments

Comments
 (0)