8000 work around outdated travis boxes by juliantaylor · Pull Request #4456 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

work around outdated travis boxes #4456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
TST: work around outdated travis boxes
run manual apt-get update to pick up the latest py3 security update
  • Loading branch information
juliantaylor committed Mar 6, 2014
commit bf2a953362b7725e999662b1f5d0ba63f16b28b5
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