Skip to content

Commit

Permalink
MAINT CI: collect rackspace DNS info
Browse files Browse the repository at this point in the history
Sometimes the following installation step fails:

    pip install -r continuous_integration/appveyor/requirements.txt

This steps download prebuilt version of numpy and scipy for windows that
are hosted on a rackspace container. In order to be able to report
the necessary debugging info to the rackspace cloud support team we need
to know the location of the failing hosts.
  • Loading branch information
ogrisel committed Nov 12, 2014
1 parent 1100616 commit bdd7d67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ environment:


install:
# Collect info to debug rare and random download errors from Rackspace cloud store
- "nslookup 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com"

# Install Python (from the official .msi of http://python.org) and pip when
# not already installed.
- "powershell ./continuous_integration/appveyor/install.ps1"
Expand Down

0 comments on commit bdd7d67

Please sign in to comment.