mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Add Travis testing for Django 1.9 alpha versions
This commit is contained in:
parent
4bb432b489
commit
b4b5be8c68
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ python:
|
|||
env:
|
||||
- DJANGO_VERSION=1.7.*
|
||||
- DJANGO_VERSION=1.8.*
|
||||
- DJANGO_VERSION=1.9a*
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue