.travis.yml py35

This commit is contained in:
Will Roberts 2016-10-28 12:26:03 +02:00
parent 3d30c45907
commit 9e9b313359
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install: "pip install . coveralls"
# command to run tests