mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 17:22:03 +00:00
Disabled python in travis.yml pending fix.
Change-Id: I6d2a9cc8b32c531d4a1e272ddf29974a0a1a2ee3
This commit is contained in:
48
.travis.yml
48
.travis.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user