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.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
- "pypy"
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/4794
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- python: "3.5"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install ."
|
- "pip install ."
|
||||||
|
Loading…
Reference in New Issue
Block a user