Skip to content

Commit d85b57a

Browse files
committed
Fix i386->i686
1 parent 4541c1a commit d85b57a

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 && yum install glibc.i386 && 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 -y glibc.i686 && 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)