Skip to content

Commit 4541c1a

Browse files
committed
Force install of glibc.i386
1 parent 8319db1 commit 4541c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
env:
33
global:
4-
- CIBW_BEFORE_BUILD="yum install -y gcc && pip install numpy cython && cd requirements && bash install_cmake.bash && bash clone.bash && bash build.bash"
4+
- CIBW_BEFORE_BUILD="yum install -y gcc && yum install glibc.i386 && pip install numpy cython && cd requirements && bash install_cmake.bash && bash clone.bash && bash build.bash"
55
- CIBW_TEST_REQUIRES="nose2"
66
- CIBW_TEST_COMMAND="cd {project}/test && nose2"
77
- CIBW_SKIP="cp33-* cp34-*"

0 commit comments

Comments
 (0)