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 6604d1b commit 11e5e02Copy full SHA for 11e5e02
.travis.yml
@@ -25,6 +25,7 @@ before_script:
25
- 'export OS_NAME=${OS_NAME:-$(lsb_release -is | tr "A-Z" "a-z" || echo "osx")}'
26
- 'export ARCH=${ARCH:-$(uname -m)}'
27
- 'export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
28
+- export PYTHON_COFIGURE_OPTS="$CONFIGURE_OPTS --enable-unicode=ucs4"
29
30
script: ./bin/compile
31
0 commit comments