File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: python
2
2
3
3
env :
4
4
global :
5
- - VERSION='3.5-dev'
6
- - ALIAS='nightly '
5
+ - VERSION='3.5-dev-python-org '
6
+ - ALIAS='3.5.0-dev '
7
7
- INSTALL_DEST=/opt/python
8
8
- PACKAGES='pip numpy nose pytest mock wheel'
9
9
@@ -12,7 +12,7 @@ install:
12
12
13
13
script :
14
14
- pushd $HOME
15
- - sudo python-build $VERSION $INSTALL_DEST/$VERSION
15
+ - sudo env PYTHON_BUILD_ROOT=$TRAVIS_BUILD_DIR python-build $VERSION $INSTALL_DEST/$ALIAS
16
16
- sudo ln -s $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS
17
17
- virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python /home/travis/virtualenv/python$VERSION
18
18
- ln -s $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
@@ -21,8 +21,8 @@ script:
21
21
22
22
after_success :
23
23
- mkdir $HOME/archive
24
- - tar cjf $HOME/archive/python-nightly .tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
25
- - ls -lh $HOME/archive/python-nightly .tar.bz2
24
+ - tar cjf $HOME/archive/python-$ALIAS .tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
25
+ - ls -lh $HOME/archive/python-$ALIAS .tar.bz2
26
26
27
27
deploy :
28
28
provider : s3
Original file line number Diff line number Diff line change
1
+ #require_gcc
2
+ install_package "readline-6.3" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
3
+ install_hg "Python-3.5-dev" "https://hg.python.org/cpython/" "default" standard verify_py35 ensurepip
You can’t perform that action at this time.
0 commit comments