Add python 3.6 checks (#571)

* Add python 3.6 checking to tox

* Add python 3.6 checking to travis
This commit is contained in:
Erwin Junge 2017-03-23 14:14:15 -07:00 committed by Andrew Godwin
parent 9f7fb7b80d
commit 4323a64e33
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
env: env:
- DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.8,<1.9"

View File

@ -1,7 +1,7 @@
[tox] [tox]
envlist = envlist =
py{27,34,35}-django-{18,19,110} py{27,34,35,36}-django-{18,19,110}
py{27,35}-flake8 py{27,35,36}-flake8
isort isort
[testenv] [testenv]