Skip to content

Commit b702e79

Browse files
committed
Merge pull request #9 from travis-ci/ha-feature-ucs4
Build with ucs4
2 parents 6604d1b + bddd5aa commit b702e79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ matrix:
1010

1111
env:
1212
global:
13-
- VERSION='3.5.0'
14-
- ALIAS='3.5'
13+
- VERSION='2.7.10'
14+
- ALIAS=$VERSION
1515

1616
install:
1717
- pushd /opt/pyenv/
@@ -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)