Add python3.5 to CI test versions

This commit is contained in:
Hamilton Kibbe 2016-11-18 07:45:07 -05:00
parent 3b1cf729be
commit ca2143380f

View file

@ -3,6 +3,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install: