File tree Expand file tree Collapse file tree 3 files changed +17
-20
lines changed Expand file tree Collapse file tree 3 files changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -3,38 +3,35 @@ language: python
3
3
matrix :
4
4
include :
5
5
- sudo : required
6
- services :
7
- - docker
8
- env :
9
- - RELEASE=trusty
6
+ services : docker
7
+ env : RELEASE=trusty
10
8
- sudo : required
11
- env :
12
- - RELEASE=precise
9
+ env : RELEASE=precise
13
10
14
11
env :
15
12
global :
16
- - VERSION='3.6-dev '
17
- - ALIAS='nightly '
13
+ - VERSION='3.5.0 '
14
+ - ALIAS='3.5 '
18
15
19
16
install :
20
- - pushd /opt/pyenv/
21
- - sudo git checkout master
22
- - sudo git pull
23
- - popd
17
+ - pushd /opt/pyenv/
18
+ - sudo git checkout master
19
+ - sudo git pull
20
+ - popd
24
21
25
22
before_script :
26
- - ' export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
27
- - ' export LSB_RELEASE=${LSB_RELEASE:-$(lsb_release -rs || echo ${$(sw_vers -productVersion)%*.*})}'
28
- - ' export OS_NAME=${OS_NAME:-$(lsb_release -is | tr "A-Z" "a-z" || "osx")}'
29
- - ' export ARCH=${ARCH:-$(uname -m)}'
30
- - ' export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
23
+ - ' export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
24
+ - ' export LSB_RELEASE=${LSB_RELEASE:-$(lsb_release -rs || echo ${$(sw_vers -productVersion)%*.*})}'
25
+ - ' export OS_NAME=${OS_NAME:-$(lsb_release -is | tr "A-Z" "a-z" || "osx")}'
26
+ - ' export ARCH=${ARCH:-$(uname -m)}'
27
+ - ' export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
31
28
32
- script : ./build-python
29
+ script : ./bin/compile
33
30
34
- after_success : ./create- archive
31
+ after_success : ./bin/ archive
35
32
36
33
after_failure :
37
- - cat /tmp/python-build.*.log
34
+ - cat /tmp/python-build.*.log
38
35
39
36
addons :
40
37
artifacts :
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments