summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-07-26 13:28:33 +0200
committerXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-07-26 15:06:56 +0200
commit30b7720f4b111051ff130992beba9748892166e0 (patch)
treef4225ffb0957915cd708f8fb3a1763e6ae4c40b2 /.appveyor.yml
parent1f736c5e778f48c91adbd68b45f15d6400e21b4d (diff)
downloadpip-30b7720f4b111051ff130992beba9748892166e0.tar.gz
Move Python 37-x64 to Azure
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9bd0f595c..4efa91595 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,9 +3,9 @@ environment:
# Unit and integration tests.
- PYTHON: "C:\\Python27-x64"
RUN_INTEGRATION_TESTS: "True"
- - PYTHON: "C:\\Python36-x64"
+ - PYTHON: "C:\\Python35-x64"
RUN_INTEGRATION_TESTS: "True"
- - PYTHON: "C:\\Python37-x64"
+ - PYTHON: "C:\\Python36-x64"
RUN_INTEGRATION_TESTS: "True"
# Unit tests only.
# Nothing for the moment