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