mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix broken Travis CI config again
This commit is contained in:
parent
fd16002ce2
commit
718595f555
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ env:
|
|||
- DJANGO_VERSION=1.8
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install -u Django==$DJANGO_VERSION"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
script: "python src/manage.py test testapp.tests"
|
||||
|
|
|
|||
Loading…
Reference in a new issue