diff --git a/.travis.yml b/.travis.yml index 418dae647..ce8dffcbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - 3.4.3 - services: - postgresql @@ -17,6 +16,7 @@ before_script: - psql -c "CREATE DATABASE sapl OWNER sapl;" -U postgres script: + - ./manage.py shell < scripts/inicializa_grupos_autorizacoes.py - ./manage.py migrate - ./manage.py bower install - py.test