Skip to content

Commit 68b6141

Browse files
committed
Rename executables
as proposed `*-builder` repo layout plus minor `.travis.yml` tweaks.
1 parent f8b741a commit 68b6141

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

.travis.yml

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,35 @@ language: python
33
matrix:
44
include:
55
- sudo: required
6-
services:
7-
- docker
8-
env:
9-
- RELEASE=trusty
6+
services: docker
7+
env: RELEASE=trusty
108
- sudo: required
11-
env:
12-
- RELEASE=precise
9+
env: RELEASE=precise
1310

1411
env:
1512
global:
16-
- VERSION='3.6-dev'
17-
- ALIAS='nightly'
13+
- VERSION='3.5.0'
14+
- ALIAS='3.5'
1815

1916
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
2421

2522
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}'
3128

32-
script: ./build-python
29+
script: ./bin/compile
3330

34-
after_success: ./create-archive
31+
after_success: ./bin/archive
3532

3633
after_failure:
37-
- cat /tmp/python-build.*.log
34+
- cat /tmp/python-build.*.log
3835

3936
addons:
4037
artifacts:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)