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