File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,21 @@ language: python
2
2
3
3
env :
4
4
global :
5
- - VERSION='3.5 -dev'
5
+ - VERSION='3.6 -dev'
6
6
- ALIAS='nightly'
7
7
- INSTALL_DEST=/opt/python
8
8
- PACKAGES='pip numpy nose pytest mock wheel'
9
9
10
10
install :
11
11
- pushd /opt/pyenv/
12
- - sudo git checkout master
13
- - sudo git pull
12
+ - sudo git remote add fork https://github.com/BanzaiMan/pyenv.git
13
+ - sudo git fetch fork
14
+ - sudo git checkout fork/ha-feature-py36
14
15
- popd
15
16
16
17
script :
17
18
- pushd $HOME
18
- - sudo env PYTHON_BUILD_ROOT=/opt/pyenv/plugins/python-build python-build $VERSION $INSTALL_DEST/$VERSION
19
+ - sudo env PYTHON_BUILD_ROOT=/opt/pyenv/plugins/python-build /opt/pyenv/plugins/python-build/bin/ python-build $VERSION $INSTALL_DEST/$VERSION
19
20
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
20
21
- virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
21
22
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
You can’t perform that action at this time.
0 commit comments