Skip to content

Commit c921f9f

Browse files
authored
Merge pull request #15 from travis-ci/ha-feature-enable-shared
Add additional configure options
2 parents 6741abf + bb9561a commit c921f9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

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

3332
after_success: ./bin/archive

0 commit comments

Comments
 (0)