CI support py3.5.

This commit is contained in:
eternnoir 2016-09-12 16:53:48 +08:00
parent 590b27ca8a
commit e69790a8fc
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install: "pip install -r requirements.txt"