Support Django 2.2 and 3.0

This commit is contained in:
Yohann D'ANELLO
2020-04-25 02:59:37 +02:00
committed by Valentin Samir
parent 5f30d614e5
commit 4129687e41
15 changed files with 113 additions and 19 deletions

View File

@ -1,9 +1,9 @@
language: python
matrix:
include:
- python: "3.7"
- python: "3.8"
env: TOX_ENV=flake8
- python: "3.7"
- python: "3.8"
env: TOX_ENV=check_rst
- python: "2.7"
env: TOX_ENV=py27-django111
@ -20,6 +20,10 @@ matrix:
- python: "3.6"
env: TOX_ENV=py36-django21
- python: "3.7"
env: TOX_ENV=py37-django22
- python: "3.8"
env: TOX_ENV=py38-django30
- python: "3.8"
env: TOX_ENV=coverage
cache:
directories: