File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,29 @@ install:
27
27
28
28
script :
29
29
- pushd $HOME
30
- - sudo env PYTHON_BUILD_ROOT=/opt/pyenv/plugins/python-build /opt/pyenv/plugins/python-build/bin/python-build $VERSION $INSTALL_DEST/$VERSION
30
+ - sudo env PYTHON_BUILD_ROOT=/opt/pyenv/plugins/python-build
31
+ /opt/pyenv/plugins/python-build/bin/python-build $VERSION $INSTALL_DEST/$VERSION
31
32
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
32
- - virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
33
+ - virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python
34
+ /home/travis/virtualenv/python$VERSION
33
35
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
34
36
- $HOME/virtualenv/python$VERSION/bin/pip install --upgrade $PACKAGES
35
37
- popd
36
38
37
39
after_success :
38
- - mkdir -p $HOME/archive/$LSB_RELEASE
39
- - tar cjf $HOME/archive/$LSB_RELEASE/python-$ALIAS.tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
40
- - ls -lh $HOME/archive/$LSB_RELEASE/python-$ALIAS.tar.bz2
40
+ - mkdir -p $TRAVIS_BUILD_DIR/$LSB_RELEASE
41
+ - tar cjf $TRAVIS_BUILD_DIR/$LSB_RELEASE/python-$ALIAS.tar.bz2
42
+ $INSTALL_DEST/$VERSION
43
+ $INSTALL_DEST/$ALIAS
44
+ $HOME/virtualenv/python$VERSION
45
+ $HOME/virtualenv/python$ALIAS
41
46
42
47
after_failure :
43
48
- cat /tmp/python-build.*.log
44
49
45
50
addons :
46
51
artifacts :
47
52
paths :
48
- - $HOME/archive/$LSB_RELEASE
49
- target_paths :
50
53
- $LSB_RELEASE
54
+ target_paths :
55
+ - " "
You can’t perform that action at this time.
0 commit comments