@@ -27,7 +27,7 @@ matrix:
27
27
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
28
28
- pip install pyarrow==0.11.1
29
29
script :
30
- - bazel test --show_progress=no --spawn_strategy standalone -s --verbose_failures --test_output=errors -- //tensorflow_io/...
30
+ - bazel test --noshow_progress --noshow_loading_progress -- spawn_strategy standalone --verbose_failures --test_output=errors -- //tensorflow_io/...
31
31
- name : " Ubuntu 14.04 Python 3.4"
32
32
dist : trusty
33
33
language : python
@@ -37,7 +37,7 @@ matrix:
37
37
- sudo apt-get install -y -qq libav-tools
38
38
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
39
39
script :
40
- - bazel test --show_progress=no --spawn_strategy standalone -s --verbose_failures --test_output=errors -- //tensorflow_io/...
40
+ - bazel test --noshow_progress --noshow_loading_progress -- spawn_strategy standalone --verbose_failures --test_output=errors -- //tensorflow_io/...
41
41
- name : " Ubuntu 14.04 Python 3.5"
42
42
dist : trusty
43
43
language : python
@@ -48,7 +48,7 @@ matrix:
48
48
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
49
49
- pip install pyarrow==0.11.1
50
50
script :
51
- - bazel test --show_progress=no --spawn_strategy standalone -s --verbose_failures --test_output=errors -- //tensorflow_io/...
51
+ - bazel test --noshow_progress --noshow_loading_progress -- spawn_strategy standalone --verbose_failures --test_output=errors -- //tensorflow_io/...
52
52
- name : " Ubuntu 14.04 Python 3.6"
53
53
dist : trusty
54
54
language : python
@@ -59,7 +59,7 @@ matrix:
59
59
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
60
60
- pip install pyarrow==0.11.1
61
61
script :
62
- - bazel test --show_progress=no --spawn_strategy standalone -s --verbose_failures --test_output=errors -- //tensorflow_io/...
62
+ - bazel test --noshow_progress --noshow_loading_progress -- spawn_strategy standalone --verbose_failures --test_output=errors -- //tensorflow_io/...
63
63
- name : " Ubuntu 16.04 Python 2.7 (Video Only)"
64
64
dist : xenial
65
65
language : python
@@ -69,7 +69,7 @@ matrix:
69
69
- sudo apt-get install -y -qq libav-tools
70
70
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
71
71
script :
72
- - bazel test --show_progress=no --spawn_strategy standalone -s --verbose_failures --test_output=errors -- //tensorflow_io/video:video_py_test
72
+ - bazel test --noshow_progress --noshow_loading_progress -- spawn_strategy standalone --verbose_failures --test_output=errors -- //tensorflow_io/video:video_py_test
73
73
- name : " Ubuntu 16.04 Python 3.5 (Video Only)"
74
74
dist : xenial
75
75
language : python
@@ -79,21 +79,21 @@ matrix:
79
79
- sudo apt-get install -y -qq libav-tools
80
80
- bash -x ${TRAVIS_BUILD_DIR}/.travis/python.configure.sh
81
81
script :
82
- - bazel test --show_progress=no --spawn_strategy standalone -s --verbose_failures --test_output=errors -- //tensorflow_io/video:video_py_test
82
+ - bazel test --noshow_progress --noshow_loading_progress -- spawn_strategy standalone --verbose_failures --test_output=errors -- //tensorflow_io/video:video_py_test
83
83
- name : " Ubuntu 18.04 Python 2.7 (Video Only)"
84
84
dist : trusty
85
85
language : python
86
86
python :
87
87
- 2.7
88
88
script :
89
- - docker run -i -t -e PYTHON_VERSION= -e BAZEL_VERSION=0.20.0 -e BAZEL_OS=linux --rm -v $PWD:/workspace -w /workspace --net=host ubuntu:18.04 bash -x -c ".travis/python.ubuntu.18.04.sh && apt-get -y -qq install libavformat57 libavcodec57 libavutil55 libswscale4 && bazel test --spawn_strategy standalone -s --verbose_failures -- //tensorflow_io/video:video_py_test"
89
+ - docker run -i -t -e PYTHON_VERSION= -e BAZEL_VERSION=0.20.0 -e BAZEL_OS=linux --rm -v $PWD:/workspace -w /workspace --net=host ubuntu:18.04 bash -x -c ".travis/python.ubuntu.18.04.sh && apt-get -y -qq install libavformat57 libavcodec57 libavutil55 libswscale4 && bazel test --noshow_progress --noshow_loading_progress --spawn_strategy standalone --verbose_failures -- //tensorflow_io/video:video_py_test"
90
90
- name : " Ubuntu 18.04 Python 3.6 (Video Only)"
91
91
dist : trusty
92
92
language : python
93
93
python :
94
94
- 3.6
95
95
script :
96
- - docker run -i -t -e PYTHON_VERSION=3 -e BAZEL_VERSION=0.20.0 -e BAZEL_OS=linux --rm -v $PWD:/workspace -w /workspace --net=host ubuntu:18.04 bash -x -c ".travis/python.ubuntu.18.04.sh && apt-get -y -qq install libavformat57 libavcodec57 libavutil55 libswscale4 && bazel test --spawn_strategy standalone -s --verbose_failures -- //tensorflow_io/video:video_py_test"
96
+ - docker run -i -t -e PYTHON_VERSION=3 -e BAZEL_VERSION=0.20.0 -e BAZEL_OS=linux --rm -v $PWD:/workspace -w /workspace --net=host ubuntu:18.04 bash -x -c ".travis/python.ubuntu.18.04.sh && apt-get -y -qq install libavformat57 libavcodec57 libavutil55 libswscale4 && bazel test --noshow_progress --noshow_loading_progress --spawn_strategy standalone --verbose_failures -- //tensorflow_io/video:video_py_test"
97
97
- name : " Ubuntu 14.04 R 3.2"
98
98
dist : trusty
99
99
language : r
0 commit comments