Browse Source

Update travis.yml

Adiciona ``--create-db``
pull/534/head
Edward 8 years ago
committed by GitHub
parent
commit
b6e4066a69
  1. 2
      .travis.yml

2
.travis.yml

@ -18,5 +18,5 @@ before_script:
script: script:
- ./manage.py migrate - ./manage.py migrate
- ./manage.py bower install - ./manage.py bower install
- py.test - py.test --create-db
# - ./test_and_check_qa.sh # - ./test_and_check_qa.sh

Loading…
Cancel
Save