mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Use latest Django releases for CI
This commit is contained in:
parent
52419f0d18
commit
580bb0c60f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ python:
|
|||
- "2.7"
|
||||
- "3.4"
|
||||
env:
|
||||
- DJANGO_VERSION=1.7
|
||||
- DJANGO_VERSION=1.8
|
||||
- DJANGO_VERSION=1.7.*
|
||||
- DJANGO_VERSION=1.8.*
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue