Browse Source

Remove script de grupos

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

1
.travis.yml

@ -16,7 +16,6 @@ before_script:
- psql -c "CREATE DATABASE sapl OWNER sapl;" -U postgres - psql -c "CREATE DATABASE sapl OWNER sapl;" -U postgres
script: script:
- ./manage.py shell < scripts/inicializa_grupos_autorizacoes.py
- ./manage.py migrate - ./manage.py migrate
- ./manage.py bower install - ./manage.py bower install
- py.test - py.test

Loading…
Cancel
Save