From 8c6a785f2abd55e1925b46d82425c78de6fd4865 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 2 Oct 2016 23:59:35 +0200 Subject: [PATCH] travis should try to run the migrations --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4fd78de..2c38a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ install: - pip install -r requirements.txt python-coveralls flake8 script: - coverage run manage.py test + - ./manage.py migrate after_success: - coveralls - flake8 .