Browse Source

Remove --create-db

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

2
.travis.yml

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

Loading…
Cancel
Save