From 8b3afc47d76f3581711741167d02a740034a939f Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Mon, 22 Aug 2016 15:29:59 -0300 Subject: [PATCH] Teste travis com --create-db --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3ba4e10e..5b2357c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ before_script: script: - ./manage.py migrate - ./manage.py bower install - - py.test - # - ./test_and_check_qa.sh \ No newline at end of file + - py.test --create-db + # - ./test_and_check_qa.sh