From bafce4d72cf40c7e13f66a94cecefafbaf9c0c95 Mon Sep 17 00:00:00 2001 From: Jan-Jelle Kester Date: Fri, 15 May 2015 00:15:50 +0200 Subject: [PATCH] Change Travis CI config test script to work with Django 1.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11745b0..cc6cfcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"