8000 Backport-1.8-gh-4456. by charris · Pull Request #4510 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Backport-1.8-gh-4456. #4510

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 17, 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 authored and charris committed Mar 17, 2014
commit 79a5e937927233b25b2b9a72bc07366133d44e31
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