Skip to content

Commit

Permalink
Revert "test travis"
Browse files Browse the repository at this point in the history
This reverts commit c52c773.
  • Loading branch information
悟言 committed Dec 2, 2019
1 parent c52c773 commit 60e5fda
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 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,10 +152,6 @@ 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 60e5fda

Please sign in to comment.