Disable Python 3.5 CI on Windows

It was broken and is not worth fixing.
This commit is contained in:
Adrian Sampson 2020-12-21 08:49:14 -05:00
parent 1c0a4708db
commit 10e81a55dd
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -9,8 +9,6 @@ environment:
matrix:
- PYTHON: C:\Python27
TOX_ENV: py27-test
- PYTHON: C:\Python35
TOX_ENV: py35-test
- PYTHON: C:\Python36
TOX_ENV: py36-test
- PYTHON: C:\Python37