File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ python:
3838matrix :
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 :
Original file line number Diff line number Diff 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
102101run_test ()
You can’t perform that action at this time.
0 commit comments