Browse Source

Teste travis com --create-db

pull/505/head
Eduardo Edson Batista Cordeiro Alves 8 years ago
parent
commit
8b3afc47d7
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save