mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Let Travis use latest Django 1.9 release
This commit is contained in:
parent
091dccf6a7
commit
de355bc25c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ python:
|
|||
env:
|
||||
- DJANGO_VERSION=1.7.*
|
||||
- DJANGO_VERSION=1.8.*
|
||||
- DJANGO_VERSION=1.9a1
|
||||
- DJANGO_VERSION=1.9.*
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue