File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ before_script:
27
27
- ' export ARCH=${ARCH:-$(uname -m)}'
28
28
- ' export PACKAGES=${PACKAGES:-pip nose pytest mock wheel}'
29
29
- ' 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"
32
31
script : ./bin/compile
33
32
34
33
after_success : ./bin/archive
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ if [[ $ALIAS ]] ; then
40
40
ln -s $HOME /virtualenv/$VIRTENV_VERSION $HOME /virtualenv/python$ALIAS
41
41
fi
42
42
43
+ $HOME /virtualenv/$VIRTENV_VERSION /bin/python -c " import sys; assert sys.maxunicode > 65535"
44
+
43
45
if [[ $PACKAGES ]] ; then
44
46
$HOME /virtualenv/$VIRTENV_VERSION /bin/pip install --upgrade $PACKAGES
45
47
fi
You can’t perform that action at this time.
0 commit comments