add the Python 3.6 build to Travis

This commit is contained in:
Jack O'Connor 2017-01-31 12:34:59 -05:00
parent fc359fbbb2
commit 6b7f2fa81d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- pip install -r ./requirements-dev.txt