mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:53:18 +08:00
Test Python 3 in Travis.
This commit is contained in:
@@ -6,8 +6,16 @@ matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
python: "2.7"
|
||||
- os: linux
|
||||
dist: trusty
|
||||
python: "3.5"
|
||||
- os: osx
|
||||
osx_image: xcode7
|
||||
python: "2.7"
|
||||
- os: osx
|
||||
osx_image: xcode7
|
||||
python: "3.5"
|
||||
|
||||
install:
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user