Remove python 3.5 from appveyor

This commit is contained in:
Dave Halter
2020-07-02 01:47:57 +02:00
parent 49e4b1a0f8
commit 2c1e591718

View File

@@ -12,13 +12,6 @@ environment:
JEDI_TEST_ENVIRONMENT: 37
- TOXENV: py36
PYTHON_PATH: C:\Python36
- TOXENV: py35
PYTHON_PATH: C:\Python35
JEDI_TEST_ENVIRONMENT: 37
- TOXENV: py35
PYTHON_PATH: C:\Python35
JEDI_TEST_ENVIRONMENT: 36
install:
- git submodule update --init --recursive
- set PATH=%PYTHON_PATH%;%PYTHON_PATH%\Scripts;%PATH%