mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-16 03:23:10 +00:00
Add test configuration for Django 1.11
Allow for alpha releases and release candidates for now
This commit is contained in:
parent
1cb1d98827
commit
c0c858391f
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ env:
|
|||
- DJANGO_VERSION=1.8.*
|
||||
- DJANGO_VERSION=1.9.*
|
||||
- DJANGO_VERSION=1.10.*
|
||||
- DJANGO_VERSION=1.11*
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue