File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,20 @@ language: python
2
2
3
3
env :
4
4
global :
5
- - VERSION='3.5-dev-python-org '
6
- - ALIAS='3.5.0-dev '
5
+ - VERSION='3.5-dev'
6
+ - ALIAS='nightly '
7
7
- INSTALL_DEST=/opt/python
8
8
- PACKAGES='pip numpy nose pytest mock wheel'
9
9
10
10
install :
11
- - true
11
+ - pushd /opt/pyenv/
12
+ - sudo git checkout master
13
+ - sudo git pull
14
+ - popd
12
15
13
16
script :
14
17
- 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
16
19
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
17
20
- virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
18
21
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments