Change Travis CI config test script to work with Django 1.5

This commit is contained in:
Jan-Jelle Kester 2015-05-15 00:15:50 +02:00
parent b4a0144bfa
commit bafce4d72c

View file

@ -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"