Skip to content

Commit 81c1c6a

Browse files
committed
Set PYTHON_BUILD_DEFINITIONS to locate custom def file
1 parent 5beec53 commit 81c1c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212

1313
script:
1414
- pushd $HOME
15-
- sudo env PYTHON_BUILD_ROOT=$TRAVIS_BUILD_DIR python-build $VERSION $INSTALL_DEST/$ALIAS
15+
- sudo env PYTHON_BUILD_DEFINITIONS=$TRAVIS_BUILD_DIR python-build $VERSION $INSTALL_DEST/$ALIAS
1616
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
1717
- virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
1818
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS

0 commit comments

Comments
 (0)