Add Python 3.5 and PyPy to Travis

This commit is contained in:
Ville Skyttä 2015-12-27 10:32:54 +02:00
parent 95e1ccea3c
commit 22912d8358

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 ."