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 c4bc0df commit 54064e4Copy full SHA for 54064e4
.travis.yml
@@ -15,16 +15,18 @@ env:
15
global:
16
- VERSION='3.6-dev'
17
- ALIAS='nightly'
18
- - INSTALL_DEST=/opt/python
19
- - PACKAGES='pip numpy nose pytest mock wheel'
20
- - LSB_RELEASE="$(lsb_release -rs)"
21
22
install:
23
- pushd /opt/pyenv/
24
- sudo git checkout master
25
- sudo git pull
26
- popd
27
+before_script:
+ - ": ${INSTALL_DEST:=/opt/python}"
+ - ": ${LSB_RELEASE:=$(lsb_release -rs)}"
28
+ - ": ${PACKAGES:=pip numpy nose pytest mock wheel}"
29
+
30
script: ./build-python
31
32
after_success: ./create-archive
0 commit comments