We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6741abf + bb9561a commit c921f9fCopy full SHA for c921f9f
.travis.yml
@@ -26,8 +26,7 @@ before_script:
26
- 'export ARCH=${ARCH:-$(uname -m)}'
27
- 'export PACKAGES=${PACKAGES:-pip nose pytest mock wheel}'
28
- 'export CPYTHON_ONLY_PKGS="numpy"'
29
-- export PYTHON_CONFIGURE_OPTS="$CONFIGURE_OPTS"
30
-
+- export PYTHON_CONFIGURE_OPTS="--with-wide-unicode --enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions --with-computed-gotos $CONFIGURE_OPTS"
31
script: ./bin/compile
32
33
after_success: ./bin/archive
0 commit comments