Test Python 3 in Travis.

This commit is contained in:
Robert Nishihara 2016-08-18 23:26:08 -07:00
parent 32fadd54f5
commit 87447256c4

View file

@ -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