summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 7a29f2a7..b335fe55 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,14 +8,11 @@ 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"