From d26d94b784cd23d7c2a41c27a59eb4d8f07382c8 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Thu, 2 Aug 2012 18:59:38 +0000 Subject: [PATCH] Only test my apps, django ones are broken in some instances. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f365bf..a1a0ef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: # command to install dependencies install: pip install -r requirements.txt # command to run tests -script: python manage.py test +script: python manage.py test core pins api