Skip to content

Commit 5571d26

Browse files
committed
Remove superfluous single quote
1 parent 7588777 commit 5571d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727

2828
before_script:
2929
- '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/')'
30+
- export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')
3131
- 'export OS_NAME=${OS_NAME:-$((lsb_release -is || echo "osx") | tr "A-Z" "a-z")}'
3232
- 'export ARCH=${ARCH:-$(uname -m)}'
3333
- 'export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'

0 commit comments

Comments
 (0)