Merge pull request #19 from scop/travis

Add Python 3.5 and PyPy to Travis
This commit is contained in:
Joshua Harlow 2015-12-27 20:26:36 -08:00
commit 1e0c52207c
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ python:
- "2.6"
- "2.7"
- "3.4"
- "pypy"
# https://github.com/travis-ci/travis-ci/issues/4794
matrix:
include:
- python: "3.5"
# command to install dependencies
install:
- "pip install ."