diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-15 17:41:27 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-15 17:41:27 -0400 |
commit | 897f409cdf68d99c46e112531e7c256cb2933afd (patch) | |
tree | 6ebc35005a3ced68f27cc5295129dc8637675b9d | |
parent | f4c193655d0af1e1ed891ffe2832e4b8c76951e4 (diff) | |
download | python-setuptools-git-feature/plugins-enabled-by-default.tar.gz |
Bring Python 3.5 tests back to improve coverage.feature/plugins-enabled-by-default
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 94813a62..c067bad7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,10 @@ 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 |