File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ aliases:
41
41
os : windows
42
42
language : shell
43
43
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
45
45
PYTHONIOENCODING : UTF-8
46
46
cache :
47
47
directories :
48
48
- /c/Python36
49
49
- /c/Python37
50
50
- /c/Python38
51
+ - /c/Python39
51
52
- /c/ProgramData/chocolatey/lib
52
53
- /c/ProgramData/chocolatey/bin
53
54
- /c/Users/travis/AppData/Local/pypoetry/Cache
60
61
fast_finish : true
61
62
allow_failures :
62
63
- python : nightly
64
+ - os : windows
65
+ env : JRNL_PYTHON_VERSION: 3.9.0-a5
63
66
64
67
include :
65
68
- name : Lint, via Black
96
99
python : 3.7
97
100
env :
98
101
<< : *env_windows
99
- JRNL_PYTHON_VERSION : 3.7.5
102
+ JRNL_PYTHON_VERSION : 3.7.7
100
103
101
104
# Python 3.8 Tests
102
105
- name : Python 3.8 on Linux
@@ -111,13 +114,19 @@ jobs:
111
114
python : 3.8
112
115
env :
113
116
<< : *env_windows
114
- JRNL_PYTHON_VERSION : 3.8.0
117
+ JRNL_PYTHON_VERSION : 3.8.2
115
118
116
119
# ... and beyond!
117
120
- name : Python nightly on Linux
118
121
before_install :
119
122
- sed -i 's/^python = ">=3\.6\.0.*"$/python = "*"/' pyproject.toml
120
123
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
121
130
122
131
# Specialty tests
123
132
- name : Python 3.7 on Linux, not UTC
You can’t perform that action at this time.
0 commit comments