We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44526cf commit 4387016Copy full SHA for 4387016
appveyor.yml
@@ -1,5 +1,6 @@
1
# AppVeyor.com is a Continuous Integration service to build and run tests under
2
# Windows
3
+# https://ci.appveyor.com/project/sklearn-ci/scikit-learn
4
5
environment:
6
global:
@@ -30,9 +31,6 @@ environment:
30
31
32
33
install:
- # Collect info to debug rare and random download errors from Rackspace cloud store
34
- - "nslookup 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com"
35
-
36
# Install Python (from the official .msi of http://python.org) and pip when
37
# not already installed.
38
- "powershell ./continuous_integration/appveyor/install.ps1"
0 commit comments