diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-03-06 22:59:39 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-03-06 23:20:29 +0100 |
commit | bf2a953362b7725e999662b1f5d0ba63f16b28b5 (patch) | |
tree | 20de8d522abe8e2e92a47b1b976e14a121187f05 /tools | |
parent | a6f9b782cd9b60fc1464e6a4a7ef9a7762fcf2d5 (diff) | |
download | numpy-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')
-rwxr-xr-x | tools/travis-test.sh | 1 |
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 |