We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd88865 commit 59e9f9dCopy full SHA for 59e9f9d
scikit-ci.yml
@@ -107,7 +107,23 @@ test:
107
wheels = glob.glob("dist/*.whl")
108
for wheel in wheels:
109
convert_to_generic_platform_wheel(wheel, remove_original=True)
110
- - python setup.py test
+
111
+ appveyor:
112
+ commands:
113
+ - python setup.py test
114
115
+ circle:
116
117
+ - |
118
+ if [[ ${AUDITWHEEL_ARCH} == "aarch64" ]]; then
119
+ exit
120
+ fi
121
+ python setup.py test
122
123
+ travis:
124
+ osx:
125
126
127
128
#after_test:
129
# commands:
0 commit comments