summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bb9de48..404c06f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
environment:
matrix:
- - TOXENV: "3.6-unit"
+ - TOXENV: "3.9-unit"
TOX_APPVEYOR_X64: 0
- TOXENV: "3.7-unit"
@@ -9,7 +9,7 @@ environment:
- TOXENV: "3.8-unit"
TOX_APPVEYOR_X64: 0
- - TOXENV: "3.6-unit"
+ - TOXENV: "3.9-unit"
TOX_APPVEYOR_X64: 1
- TOXENV: "3.7-unit"
@@ -21,10 +21,10 @@ environment:
build: off
install:
- - "py -3.7 -m pip install -U pip setuptools wheel tox tox-appveyor"
+ - "py -3.8 -m pip install -U pip setuptools wheel tox tox-appveyor"
test_script:
- - "py -3.7 -m tox"
+ - "py -3.8 -m tox"
cache:
- '%LOCALAPPDATA%\pip\Cache'