File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ environment:
42
42
# - TARGET: x86_64-pc-windows-msvc
43
43
# RUST_VERSION: nightly
44
44
45
+ matrix :
46
+ fast_finish : true
47
+
45
48
init :
46
49
- " %PYTHON_DIR%\\ python.exe -m pip install pip==9.0.1 scikit-ci==0.14.0"
47
50
# - python -m pip install scikit-ci==0.14.0 scikit-ci-addons==0.15.0
@@ -59,14 +62,14 @@ install:
59
62
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
60
63
- rustc -Vv
61
64
- cargo -V
62
- - python -m ci install
65
+ - " %PYTHON_DIR% \\ python -m ci install"
63
66
64
67
65
68
build_script :
66
- - python -m ci build
69
+ - " %PYTHON_DIR% \\ python -m ci build"
67
70
68
71
test_script :
69
- - python -m ci test
72
+ - " %PYTHON_DIR% \\ python -m ci test"
70
73
71
74
# after_test:
72
75
# - python -m ci after_test
@@ -109,6 +112,7 @@ branches:
109
112
notifications :
110
113
- provider : Email
111
114
on_build_success : false
115
+ on_build_failure : false
112
116
113
117
# Building is done in the test phase, so we disable Appveyor's build phase.
114
118
# build: false
You can’t perform that action at this time.
0 commit comments