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 1adddb0 commit 0c1c5acCopy full SHA for 0c1c5ac
.travis.yml
@@ -51,7 +51,7 @@ install:
51
before_script:
52
- 'export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
53
- export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')
54
-- 'export OS_NAME=${OS_NAME:-$(lsb_release -is 2>/dev/null | tr "A-Z" "a-z" || echo "osx" | tr "A-Z" "a-z")}'
+- 'export OS_NAME=$((lsb_release -is 2>/dev/null || echo "osx") | tr [[:upper:]] [[:lower:]])'
55
- 'export ARCH=${ARCH:-$(uname -m)}'
56
- 'export PACKAGES=${PACKAGES:-pip nose pytest mock wheel}'
57
- 'export CPYTHON_ONLY_PKGS="numpy"'
0 commit comments