Skip to content

Commit ac79ed0

Browse files
authored
Merge branch 'default' into ha-feature-pypy
2 parents 5d61caf + c921f9f commit ac79ed0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ before_script:
2727
- 'export ARCH=${ARCH:-$(uname -m)}'
2828
- 'export PACKAGES=${PACKAGES:-pip nose pytest mock wheel}'
2929
- 'export CPYTHON_ONLY_PKGS="numpy"'
30-
- export PYTHON_COFIGURE_OPTS="$CONFIGURE_OPTS --enable-unicode=ucs4"
31-
30+
- export PYTHON_CONFIGURE_OPTS="--with-wide-unicode --enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions --with-computed-gotos $CONFIGURE_OPTS"
3231
script: ./bin/compile
3332

3433
after_success: ./bin/archive

bin/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ if [[ $ALIAS ]] ; then
4040
ln -s $HOME/virtualenv/$VIRTENV_VERSION $HOME/virtualenv/python$ALIAS
4141
fi
4242

43+
$HOME/virtualenv/$VIRTENV_VERSION/bin/python -c "import sys; assert sys.maxunicode > 65535"
44+
4345
if [[ $PACKAGES ]] ; then
4446
$HOME/virtualenv/$VIRTENV_VERSION/bin/pip install --upgrade $PACKAGES
4547
fi

0 commit comments

Comments
 (0)