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 2280b0f commit 497c57bCopy full SHA for 497c57b
.travis.yml
@@ -12,7 +12,7 @@ install:
12
13
script:
14
- cd $HOME
15
- - sudo python-build $VERSION $INSTALL_DEST
+ - 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
0 commit comments