diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-12-13 15:12:33 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-12-13 15:12:33 +0100 |
commit | a35ff5452849fe08f95e76b6714df282eac0abc6 (patch) | |
tree | a51747640e05f777815a1987e267e8a7a62c1df0 | |
parent | b798f40748549d6435e0a25059821f88d7cbad4f (diff) | |
download | astroid-git-a35ff5452849fe08f95e76b6714df282eac0abc6.tar.gz |
Remove tests environment 3.9 because it is not python3.9 is not yet available
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index a7b70194..dd6e193a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,9 +16,6 @@ environment: - PYTHON: "C:\\Python38" TOXENV: "py38" - - PYTHON: "C:\\Python39" - TOXENV: "py39" - init: - ps: echo $env:TOXENV - ps: ls C:\Python* |