diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-18 13:12:15 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-18 13:12:15 -0400 |
commit | 97ee66249afed0f38f4266c1280e28af1882fabd (patch) | |
tree | 2e2b2e688e4561525b39be7068076a4751431eea | |
parent | 3dd7313d5e61dabd7bf7c647af1eeb6d72a75a6c (diff) | |
download | python-setuptools-git-debt/drop-py35.tar.gz |
Remove Python 3.5 from Appveyor testsdebt/drop-py35
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4d1ae55f..8c24ec3f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,10 +20,6 @@ environment: PYTHON: "C:\\Python37-x64" - APPVEYOR_JOB_NAME: "python36-x64" PYTHON: "C:\\Python36-x64" - - APPVEYOR_JOB_NAME: "python35-x64" - PYTHON: "C:\\Python35-x64" - PYTEST_ADDOPTS: "--cov" - TOX_TESTENV_PASSENV: "PYTEST_ADDOPTS" install: # symlink python from a directory with a space |