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