diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b335fe55..7a29f2a7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,11 +8,14 @@ environment: PYTHON_VERSION: "3.6.x" PYTHON_ARCH: "64" TOXENV: "py36" - - PYTHON: "C:\\Miniconda37-x64" PYTHON_VERSION: "3.7.x" PYTHON_ARCH: "64" TOXENV: "py37" + - PYTHON: "C:\\Miniconda38-x64" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "64" + TOXENV: "py38" init: - "%PYTHON%/python -V" |