summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-10-29 14:17:25 +0100
committerXavier Fernandez <xav.fernandez@gmail.com>2019-10-29 17:51:57 +0100
commit0597a6d9fb0163f27ebcc97b1890636139f5e372 (patch)
tree74e159abf26333400fa8f4036edb84579f94c6e7 /.appveyor.yml
parent1ed50aa6de056f60a9c38b53983cb3f3f6fe608e (diff)
downloadpip-0597a6d9fb0163f27ebcc97b1890636139f5e372.tar.gz
CI: move Python35-x64 from Appveyor to Azure
Since Appveyor provides less runner and is often the bottleneck
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3852a8232..0da6202b2 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,8 +3,6 @@ environment:
# Unit and integration tests.
- PYTHON: "C:\\Python27-x64"
RUN_INTEGRATION_TESTS: "True"
- - PYTHON: "C:\\Python35-x64"
- RUN_INTEGRATION_TESTS: "True"
- PYTHON: "C:\\Python36-x64"
RUN_INTEGRATION_TESTS: "True"
# Unit tests only.