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 8324900 commit eef1244Copy full SHA for eef1244
.travis.yml
@@ -11,12 +11,13 @@ install:
11
- true
12
13
script:
14
- - cd $HOME
+ - pushd $HOME
15
- sudo python-build $VERSION $INSTALL_DEST/$VERSION
16
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
17
- virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
18
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
19
- $HOME/virtualenv/python$VERSION/bin/pip install --upgrade $PACKAGES
20
+ - popd
21
22
after_success:
23
- mkdir $HOME/archive
0 commit comments