Changes for Django 2.0 support

This commit is contained in:
Valentin Samir
2018-04-29 20:10:01 +02:00
parent fcafc77b98
commit 290701e07f
21 changed files with 499 additions and 738 deletions

View File

@ -11,6 +11,10 @@ matrix:
env: TOX_ENV=py35-django111
- python: "3.6"
env: TOX_ENV=py36-django111
- python: "3.5"
env: TOX_ENV=py35-django20
- python: "3.6"
env: TOX_ENV=py36-django20
- python: "2.7"
env: TOX_ENV=coverage
cache: