Skip to content

Commit 0869ed5

Browse files
committed
Add support for Python 3.9
1 parent 1a6878a commit 0869ed5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
os: linux
1515
python: 3.8
1616

17+
- name: Linux Python 3.9
18+
os: linux
19+
python: 3.9
20+
1721
- name: Windows Python 3.6
1822
os: windows
1923
language: shell # 'language: python' is an error on Travis CI Windows
@@ -41,6 +45,15 @@ jobs:
4145
- python --version
4246
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
4347

48+
- name: Windows Python 3.9
49+
os: windows
50+
language: shell # 'language: python' is an error on Travis CI Windows
51+
before_install:
52+
- choco install python --version 3.9.0
53+
- python -m pip install --upgrade pip
54+
- python --version
55+
env: PATH=/c/Python39:/c/Python39/Scripts:$PATH
56+
4457
install:
4558
- |
4659
python -m pip install .

0 commit comments

Comments
 (0)