File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ before_script:
26
26
- ' export ARCH=${ARCH:-$(uname -m)}'
27
27
- ' export PACKAGES=${PACKAGES:-pip nose pytest mock wheel}'
28
28
- ' export CPYTHON_ONLY_PKGS="numpy"'
29
- - export PYTHON_COFIGURE_OPTS ="$CONFIGURE_OPTS --enable-unicode=ucs4 "
29
+ - export PYTHON_CONFIGURE_OPTS ="$CONFIGURE_OPTS"
30
30
31
31
script : ./bin/compile
32
32
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