mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Test Python 3 in Travis.
This commit is contained in:
parent
32fadd54f5
commit
87447256c4
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue