mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-18 20:41:06 +00:00
Merge pull request #103 from jjkester/django-1.11
Django 1.11 compatibility
This commit is contained in:
commit
c6dfdb6f68
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ env:
|
|||
- DJANGO_VERSION=1.8.*
|
||||
- DJANGO_VERSION=1.9.*
|
||||
- DJANGO_VERSION=1.10.*
|
||||
- DJANGO_VERSION=1.11*
|
||||
- DJANGO_VERSION=1.11a1
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue