We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1829f31 + fa4614b commit e287a90Copy full SHA for e287a90
.travis.yml
@@ -9,6 +9,7 @@ matrix:
9
- python: 3.6
10
- python: 3.7
11
- python: 3.8
12
+ - python: 3.9
13
env: TRAVIS_BUILD_DOCS=$TRAVIS_TAG
14
addons:
15
apt:
appveyor.yml
@@ -23,6 +23,11 @@ environment:
23
PIP: C:\Python38-x64\Scripts\pip
24
PYTEST: C:\Python38-x64\Scripts\pytest
25
TWINE: C:\Python38-x64\Scripts\twine
26
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
27
+ PYTHON: C:\Python39-x64
28
+ PIP: C:\Python39-x64\Scripts\pip
29
+ PYTEST: C:\Python39-x64\Scripts\pytest
30
+ TWINE: C:\Python39-x64\Scripts\twine
31
32
33
install:
0 commit comments