Skip to content

Commit bee55a6

Browse files
committed
Update build definition, then build
1 parent 8fb57dc commit bee55a6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@ language: python
22

33
env:
44
global:
5-
- VERSION='3.5-dev-python-org'
6-
- ALIAS='3.5.0-dev'
5+
- VERSION='3.5-dev'
6+
- ALIAS='nightly'
77
- INSTALL_DEST=/opt/python
88
- PACKAGES='pip numpy nose pytest mock wheel'
99

1010
install:
11-
- true
11+
- pushd /opt/pyenv/
12+
- sudo git checkout master
13+
- sudo git pull
14+
- popd
1215

1316
script:
1417
- pushd $HOME
15-
- sudo env PYTHON_BUILD_DEFINITIONS=$TRAVIS_BUILD_DIR python-build $VERSION $INSTALL_DEST/$ALIAS
18+
- sudo env PYTHON_BUILD_ROOT=/opt/pyenv/plugins/python-build python-build $VERSION $INSTALL_DEST/$VERSION
1619
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
1720
- virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
1821
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS

3.5-dev-python-org

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)