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 e872c14 commit df32f6bCopy full SHA for df32f6b
.travis.yml
@@ -23,12 +23,9 @@ install:
23
- popd
24
25
before_script:
26
- - ": ${INSTALL_DEST:=/opt/python}"
27
- - ": ${LSB_RELEASE:=$(lsb_release -rs)}"
28
- - ": ${PACKAGES:=pip numpy nose pytest mock wheel}"
29
- - export INSTALL_DEST
30
- - export LSB_RELEASE
31
- - export PACKAGES
+ - 'export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
+ - 'export LSB_RELEASE=${LSB_RELEASE:-$(lsb_release -rs)}'
+ - 'export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
32
33
script: ./build-python
34
0 commit comments