Disabled python in travis.yml pending fix.

Change-Id: I6d2a9cc8b32c531d4a1e272ddf29974a0a1a2ee3
parent 1d73b3b9
...@@ -4,30 +4,30 @@ env: ...@@ -4,30 +4,30 @@ env:
- GCC_VERSION="4.9" - GCC_VERSION="4.9"
matrix: matrix:
include: include:
- language: python #- language: python
python: "2.7" # python: "2.7"
install: # install:
- "pip install wheel twine" # - "pip install wheel twine"
script: # script:
- "cd python/" # - "cd python/"
- 'VERSION="$TRAVIS_TAG" python setup.py sdist bdist_wheel' # - 'VERSION="$TRAVIS_TAG" python setup.py sdist bdist_wheel'
- "cd ../" # - "cd ../"
deploy: # deploy:
# Checkpointed release builds. # # Checkpointed release builds.
- provider: script # - provider: script
script: .travis/deploy-python.sh # script: .travis/deploy-python.sh
skip_cleanup: true # skip_cleanup: true
on: # on:
tags: true # tags: true
# all_branches must be set with tags: true. See below post: # # all_branches must be set with tags: true. See below post:
# https://stackoverflow.com/a/27775257/1076585 # # https://stackoverflow.com/a/27775257/1076585
all_branches: true # all_branches: true
# Produce a new build for the cutting edge when master changes. # # Produce a new build for the cutting edge when master changes.
- provider: script # - provider: script
script: .travis/deploy-python.sh # script: .travis/deploy-python.sh
skip_cleanup: true # skip_cleanup: true
on: # on:
branch: master # branch: master
- language: cpp - language: cpp
os: os:
- linux - linux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment