summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
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