Skip to content

Commit 11e5e02

Browse files
committed
Build Python with ucs4
1 parent 6604d1b commit 11e5e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ before_script:
2525
- 'export OS_NAME=${OS_NAME:-$(lsb_release -is | tr "A-Z" "a-z" || echo "osx")}'
2626
- 'export ARCH=${ARCH:-$(uname -m)}'
2727
- 'export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
28+
- export PYTHON_COFIGURE_OPTS="$CONFIGURE_OPTS --enable-unicode=ucs4"
2829

2930
script: ./bin/compile
3031

0 commit comments

Comments
 (0)