Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Prepara o ambiente de testes #3

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
executa só as migrações
dvl committed Sep 19, 2014
commit 78a97276788887985b4561be8fc586f855075a8f
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ install:
- pip install -r requirements.txt
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- python manage.py makemigrations
- python manage.py migrate --noinput
script:
- coverage run manage.py test