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:
38
38
matrix :
39
39
include :
40
40
- 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
42
42
sudo : true
43
43
dist : trusty
44
44
addons :
Original file line number Diff line number Diff line change @@ -89,14 +89,13 @@ setup_chroot()
89
89
90
90
sudo chroot $DIR bash -c " apt-get update"
91
91
# 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"
93
93
echo ' /usr/$LIB/libeatmydata.so' | \
94
94
sudo tee -a $DIR /etc/ld.so.preload
95
95
96
96
# 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"
100
99
}
101
100
102
101
run_test ()
You can’t perform that action at this time.
0 commit comments