8000
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.
1 parent 6769716 commit 87902b0Copy full SHA for 87902b0
.travis.yml
@@ -5,6 +5,7 @@ env:
5
- TEST_DEPENDS="numpy==1.11.1"
6
# params to bdist_wheel. used to set osx build target.
7
- BDIST_PARAMS=""
8
+ - CONFIG_PATH="travis_config.sh"
9
- USE_CCACHE=1
10
- PLAT=x86_64
11
- UNICODE_WIDTH=32
@@ -663,7 +664,7 @@ before_install: |
663
664
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ARCH_FLAGS=" "; fi
665
source multibuild/travis_steps.sh
666
# This sets -x
- source multibuild_customize.sh
667
+ source travis_multibuild_customize.sh
668
echo $ENABLE_CONTRIB > contrib.enabled
669
echo $ENABLE_HEADLESS > headless.enabled
670
config.sh renamed to travis_config.sh
multibuild_customize.sh renamed to travis_multibuild_customize.sh
0 commit comments