Add ci test for python 3.6

This commit is contained in:
eternnoir 2018-03-10 14:48:30 +08:00
parent e01f17e3a0
commit afc9abc269
1 changed files with 1 additions and 0 deletions

View File

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