We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f79ed1 commit fb1f569Copy full SHA for fb1f569
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
os: osx
20
osx_image: xcode7.3
21
env:
22
- - RELEASE=sierra
+ - RELEASE=elcapitan
23
- language: c
24
25
osx_image: xcode6.4
@@ -46,7 +46,7 @@ install:
46
47
before_script:
48
- 'export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
49
-- 'export LSB_RELEASE=${LSB_RELEASE:-$(lsb_release -rs || echo ${$(sw_vers -productVersion)%*.*})}'
+- export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')
50
- 'export OS_NAME=${OS_NAME:-$(lsb_release -is | tr "A-Z" "a-z" || echo "osx")}'
51
- 'export ARCH=${ARCH:-$(uname -m)}'
52
- 'export PACKAGES=${PACKAGES:-pip nose pytest mock wheel}'
0 commit comments