From 1ea84d88d628235350821917d5a0d0fcc3f46261 Mon Sep 17 00:00:00 2001 From: Dan Braghis <dan.braghis@torchbox.com> Date: Wed, 17 Jan 2018 11:07:01 +0000 Subject: [PATCH] fixup! Lint and collectstatic for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 833fd5919..8d3361dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ script: - python manage.py makemigrations --check --noinput # Collect static - - django-admin collectstatic --noinput + - python manage.py collectstatic --noinput # Run tests - coverage run --source='.' manage.py test opentech -- GitLab