Fix broken Travis CI config again

This commit is contained in:
Jan-Jelle Kester 2015-05-15 00:02:02 +02:00
parent fd16002ce2
commit 718595f555

View file

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