mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Explicitly set Django alpha version number
This commit is contained in:
parent
b4b5be8c68
commit
eb686d3bad
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.9a*
|
||||
- DJANGO_VERSION=1.9a1
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue