Skip to content

Commit 497c57b

Browse files
committed
Install 3.5-dev in the right directory
1 parent 2280b0f commit 497c57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212

1313
script:
1414
- cd $HOME
15-
- sudo python-build $VERSION $INSTALL_DEST
15+
- sudo python-build $VERSION $INSTALL_DEST/$VERSION
1616
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
1717
- virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
1818
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS

0 commit comments

Comments
 (0)