##// END OF EJS Templates
Cut more appveyor tests....
Matthias Bussonnier -
Show More
@@ -1,39 +1,31 b''
1 1 build: false
2 2 matrix:
3 3 fast_finish: true # immediately finish build once one of the jobs fails.
4 4
5 5 environment:
6 6 matrix:
7 7 - PYTHON: "C:\\Python36"
8 8 PYTHON_VERSION: "3.6.x"
9 9 PYTHON_ARCH: "32"
10 10
11 11 - PYTHON: "C:\\Python33-x64"
12 12 PYTHON_VERSION: "3.3.x"
13 13 PYTHON_ARCH: "64"
14 14
15 - PYTHON: "C:\\Python34-x64"
16 PYTHON_VERSION: "3.4.x"
17 PYTHON_ARCH: "64"
18
19 - PYTHON: "C:\\Python35-x64"
20 PYTHON_VERSION: "3.5.x"
21 PYTHON_ARCH: "64"
22
23 15 - PYTHON: "C:\\Python36-x64"
24 16 PYTHON_VERSION: "3.6.x"
25 17 PYTHON_ARCH: "64"
26 18
27 19 init:
28 20 - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
29 21
30 22 install:
31 23 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
32 24 - "%CMD_IN_ENV% pip install setuptools>=18.5 --upgrade"
33 25 - "%CMD_IN_ENV% pip install nose coverage"
34 26 - "%CMD_IN_ENV% pip install .[test]"
35 27 - "%CMD_IN_ENV% mkdir results"
36 28 - "%CMD_IN_ENV% cd results"
37 29 test_script:
38 30 - "%CMD_IN_ENV% iptest --coverage xml"
39 31
General Comments 0
You need to be logged in to leave comments. Login now