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 bd8caa1 commit 531c0e2Copy full SHA for 531c0e2
.travis.yml
@@ -44,7 +44,11 @@ matrix:
44
- os: linux
45
dist: trusty
46
sudo: required
47
- env: CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh ${LIBRDKAFKA_VERSION}"
+ env:
48
+ - CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh ${LIBRDKAFKA_VERSION}"
49
+ - PYTHON_CONFIGURE_OPTS="--enable-unicode=ucs4 --with-wide-unicode"
50
+ - CIBW_MANYLINUX_X86_64_IMAGE="manylinux1"
51
+ - CIBW_MANYLINUX_I686_IMAGE="manylinux1
52
language: python
53
python: "2.7"
54
services: docker
0 commit comments