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 7588777 commit 5571d26Copy full SHA for 5571d26
.travis.yml
@@ -27,7 +27,7 @@ install:
27
28
before_script:
29
- 'export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
30
- - export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')'
+ - export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')
31
- 'export OS_NAME=${OS_NAME:-$((lsb_release -is || echo "osx") | tr "A-Z" "a-z")}'
32
- 'export ARCH=${ARCH:-$(uname -m)}'
33
- 'export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
0 commit comments