From 719ff5987d71d565c7e69bb051327c57434df293 Mon Sep 17 00:00:00 2001 From: Brian Jinwright Date: Wed, 26 Apr 2017 10:45:41 -0400 Subject: [PATCH] changed .travis.yml so it uses django_warrant tests instead of warrant tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b4dc0a..34d9022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - "pip install -r requirements.txt" # command to run tests before_script: cd cdu -script: python manage.py test warrant +script: python manage.py test django_warrant