Add Python 3.5 for Travis tests (#9)

This commit is contained in:
Major Hayden 2017-03-09 10:46:31 -06:00 committed by GitHub
parent 8c430edca0
commit 143398ea91
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ matrix:
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "pypy"
env: TOXENV=pypy
- python: 2.7