From 9ae3a41c579749c3be7cbea2e7f86568027ad7a8 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Fri, 9 Feb 2018 14:41:44 +0000 Subject: [PATCH] Ensure that all things get tested --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d26b3402b..5231e27f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ script: - python manage.py collectstatic --noinput --verbosity=0 # Run tests - - coverage run --source='.' manage.py test opentech + - coverage run --source='.' manage.py test . after_success: codecov -- GitLab