add python 3.5 test target

This commit is contained in:
chfw 2015-11-01 17:42:05 +00:00
parent 81915597e4
commit 7e51fa6723
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi