diff options
author | Donald Stufft <donald@stufft.io> | 2018-05-17 13:34:48 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2018-05-17 13:34:48 -0400 |
commit | 90b3db476fa3723dd63d51b1d9ea3178addecc69 (patch) | |
tree | d1a327e657e4b4f477a05261f8d7f241d12520b1 /appveyor.yml | |
parent | 70253c21a6e9ac490a468c2e95867b16e87ff4e0 (diff) | |
download | pip-90b3db476fa3723dd63d51b1d9ea3178addecc69.tar.gz |
Drop support for Python 3.3
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index d778c7ae4..078b4db0f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,14 +1,12 @@ environment: matrix: - # Unit and integration tests. + # Unit and integration tests. - PYTHON: "C:\\Python27" RUN_INTEGRATION_TESTS: "True" - PYTHON: "C:\\Python36-x64" RUN_INTEGRATION_TESTS: "True" # Unit tests only. - PYTHON: "C:\\Python27-x64" - - PYTHON: "C:\\Python33" - - PYTHON: "C:\\Python33-x64" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python35" |