Add Python 3.5 and PyPy to Travis
This commit is contained in:
parent
95e1ccea3c
commit
22912d8358
@ -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 ."
|
||||
|
Loading…
Reference in New Issue
Block a user