Skip to content

Commit

Permalink
Merge pull request numpy#4456 from juliantaylor/travis-updates
Browse files Browse the repository at this point in the history
work around outdated travis boxes
  • Loading branch information
juliantaylor committed Mar 7, 2014
2 parents b099017 + bf2a953 commit 0007cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ PYTHON=${PYTHON:-python}
PIP=${PIP:-pip}

if [ -n "$USE_DEBUG" ]; then
sudo apt-get update # 06.03.2014, temporary until travis boxes are resynced
sudo apt-get install -qq -y --force-yes python3-dbg python3-dev python3-nose
PYTHON=python3-dbg
fi
Expand Down

0 comments on commit 0007cd6

Please sign in to comment.