summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-07-26 00:30:44 +0200
committerXavier Fernandez <xavier.fernandez@polyconseil.fr>2019-07-26 00:30:44 +0200
commit1f736c5e778f48c91adbd68b45f15d6400e21b4d (patch)
treefd437df4240dc1f01fca9add50771c871ddd1cc9 /.appveyor.yml
parent4a7b345cc518cecbdc817e503391c231a6e967ac (diff)
downloadpip-1f736c5e778f48c91adbd68b45f15d6400e21b4d.tar.gz
Spread the Windows test load between Azure & Appveyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 2819e0521..9bd0f595c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,15 +1,14 @@
environment:
matrix:
# Unit and integration tests.
- - PYTHON: "C:\\Python27"
+ - PYTHON: "C:\\Python27-x64"
RUN_INTEGRATION_TESTS: "True"
- PYTHON: "C:\\Python36-x64"
RUN_INTEGRATION_TESTS: "True"
+ - PYTHON: "C:\\Python37-x64"
+ RUN_INTEGRATION_TESTS: "True"
# Unit tests only.
- - PYTHON: "C:\\Python27-x64"
- - PYTHON: "C:\\Python35"
- - PYTHON: "C:\\Python35-x64"
- - PYTHON: "C:\\Python36"
+ # Nothing for the moment
matrix:
fast_finish: true