diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index dd6e193a..bc0eb66b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,17 +4,14 @@ cache: - 'C:\\tmp' environment: matrix: - - PYTHON: "C:\\Python35" - TOXENV: "py35" - - PYTHON: "C:\\Python36" - TOXENV: "py36" + TOXENV: "py36,py36-six" - PYTHON: "C:\\Python37" - TOXENV: "py37" + TOXENV: "py37,py37-six" - PYTHON: "C:\\Python38" - TOXENV: "py38" + TOXENV: "py38,py38-six" init: - ps: echo $env:TOXENV |
