From 9b556daf09ee8d74384c1143706a910caf6d2547 Mon Sep 17 00:00:00 2001 From: Brian Weber Date: Mon, 22 May 2017 13:38:38 -0700 Subject: [PATCH] test not tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5d6b146..f1ea2890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: - 3.6 install: - pip install -r requirements.txt -script: ./manage.py tests +script: ./manage.py test