Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
悟言 committed Dec 2, 2019
1 parent 3fe9da2 commit c52c773
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Expand Up @@ -34,11 +34,11 @@ matrix:
- if [ $RAY_CI_JAVA_AFFECTED != "1" ]; then exit; fi
- ./java/test.sh

- os: linux
env: BAZEL_PYTHON_VERSION=PY3 PYTHON=3.5 PYTHONWARNINGS=ignore TESTSUITE=streaming
script:
- export PATH="$HOME/miniconda/bin:$PATH"
- if [ $RAY_CI_PYTHON_AFFECTED == "1" ]; then python -c 'import sys;exit(sys.version_info>=(3,5))' || python -m pytest -v --durations=5 --timeout=300 streaming/python/tests/test_logical_graph.py; fi
# - os: linux
# env: BAZEL_PYTHON_VERSION=PY3 PYTHON=3.5 PYTHONWARNINGS=ignore TESTSUITE=streaming
# script:
# - export PATH="$HOME/miniconda/bin:$PATH"
# - if [ $RAY_CI_PYTHON_AFFECTED == "1" ]; then python -c 'import sys;exit(sys.version_info>=(3,5))' || python -m pytest -v --durations=5 --timeout=300 streaming/python/tests/test_logical_graph.py; fi

- os: linux
env: LINT=1 PYTHONWARNINGS=ignore
Expand Down Expand Up @@ -152,6 +152,10 @@ script:
# Streaming cpp test.
- ./ci/suppress_output bash streaming/src/test/run_streamingqueue_test.sh

script:
- export PATH="$HOME/miniconda/bin:$PATH"
- if [ $RAY_CI_PYTHON_AFFECTED == "1" ]; then python -c 'import sys;exit(sys.version_info>=(3,5))' || python -m pytest -v --durations=5 --timeout=300 streaming/python/tests/test_logical_graph.py; fi

deploy:
- provider: s3
access_key_id: AKIAU6DMUCJUFL3EX3SM
Expand Down

0 comments on commit c52c773

Please sign in to comment.