From 0fcf3a5dae5e960ac6f5ed70defe61791c3b9bc2 Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Mon, 20 Apr 2020 18:59:19 +0200 Subject: [PATCH] run django tests in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e56d1cd..94bb1c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,4 @@ install: - pip install flake8 script: - flake8 + - ./manage.py test