summaryrefslogtreecommitdiff
path: root/tools/travis-test.sh
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-03-06 22:59:39 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-03-06 23:20:29 +0100
commitbf2a953362b7725e999662b1f5d0ba63f16b28b5 (patch)
tree20de8d522abe8e2e92a47b1b976e14a121187f05 /tools/travis-test.sh
parenta6f9b782cd9b60fc1464e6a4a7ef9a7762fcf2d5 (diff)
downloadnumpy-bf2a953362b7725e999662b1f5d0ba63f16b28b5.tar.gz
TST: work around outdated travis boxes
run manual apt-get update to pick up the latest py3 security update
Diffstat (limited to 'tools/travis-test.sh')
-rwxr-xr-xtools/travis-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh
index 4783428c1..dfe244dca 100755
--- a/tools/travis-test.sh
+++ b/tools/travis-test.sh
@@ -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