We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4541c1a commit d85b57aCopy full SHA for d85b57a
1 file changed
.travis.yml
@@ -1,7 +1,7 @@
1
2
env:
3
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"
+ - 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"
5
- CIBW_TEST_REQUIRES="nose2"
6
- CIBW_TEST_COMMAND="cd {project}/test && nose2"
7
- CIBW_SKIP="cp33-* cp34-*"
0 commit comments