We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd00c1 commit ac26866Copy full SHA for ac26866
.travis.yml
@@ -44,7 +44,7 @@ matrix:
44
- os: linux
45
dist: trusty
46
sudo: required
47
- env: CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh ${LIBRDKAFKA_VERSION}"
+ env: CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh ${LIBRDKAFKA_VERSION}" CIBW_MANYLINUX_X86_64_IMAGE="manylinux1" CIBW_MANYLINUX_I686_IMAGE="manylinux1"
48
language: python
49
python: "2.7"
50
services: docker
0 commit comments