8000 Merge pull request #10425 from charris/update-ubuntu-version · numpy/numpy@77a81ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 77a81ea

Browse files
authored
Merge pull request #10425 from charris/update-ubuntu-version
MAINT: Update zesty to artful for i386 testing
2 parents 635e61c + 2145e1b commit 77a81ea

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ python:
3838
matrix:
3939
include:
4040
- python: 2.7
41-
env: USE_CHROOT=1 ARCH=i386 DIST=zesty PYTHON=2.7
41+
env: USE_CHROOT=1 ARCH=i386 DIST=artful PYTHON=2.7
4242
sudo: true
4343
dist: trusty
4444
addons:

tools/travis-test.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,13 @@ setup_chroot()
8989

9090
sudo chroot $DIR bash -c "apt-get update"
9191
# faster operation with preloaded eatmydata
92-
sudo chroot $DIR bash -c "apt-get install -qq -y --force-yes eatmydata"
92+
sudo chroot $DIR bash -c "apt-get install -qq -y eatmydata"
9393
echo '/usr/$LIB/libeatmydata.so' | \
9494
sudo tee -a $DIR/etc/ld.so.preload
9595

9696
# install needed packages
97-
sudo chroot $DIR bash -c "apt-get install -qq -y --force-yes \
98-
libatlas-dev libatlas-base-dev gfortran \
99-
python-dev python-nose python-pip cython"
97+
sudo chroot $DIR bash -c "apt-get install -qq -y \
98+
libatlas-base-dev gfortran python-dev python-nose python-pip cython"
10099
}
101100

102101
run_test()

0 commit comments

Comments
 (0)
0