Add Python 3.6 to Travis CI configuration

This commit is contained in:
Garret Wassermann 2017-02-25 04:07:20 -05:00
parent 9ed90b4896
commit 18557aad38

View File

@ -4,6 +4,7 @@ python:
- "2.7" - "2.7"
- 3.4.4 - 3.4.4
- "3.5" - "3.5"
- "3.6"
env: env:
- DJANGO=1.8.17 - DJANGO=1.8.17