mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Stop testing Python 2.7 and building Python 2.7 wheels. (#6601)
This commit is contained in:
committed by
Philipp Moritz
parent
8724e5ffd5
commit
96f2f8ff10
@@ -4,16 +4,9 @@ dist: xenial
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: BAZEL_PYTHON_VERSION=PY2 PYTHON=2.7 PYTHONWARNINGS=ignore
|
||||
|
||||
- os: linux
|
||||
env: BAZEL_PYTHON_VERSION=PY3 PYTHON=3.5 PYTHONWARNINGS=ignore
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode7
|
||||
env: BAZEL_PYTHON_VERSION=PY2 PYTHON=2.7 PYTHONWARNINGS=ignore
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode7
|
||||
env: BAZEL_PYTHON_VERSION=PY3 PYTHON=3.5 PYTHONWARNINGS=ignore
|
||||
|
||||
Reference in New Issue
Block a user