Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Commit

Permalink
correção para o build do travis
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardofl committed Dec 9, 2015
1 parent 3541b84 commit 9725390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
# Roda Testes
script:
- cd radar_parlamentar/ ; source tests.sh
- coverage run --source=modelagem,analises,exportadores,importadorInterno,importadores,radar_parlamentar manage.py test modelagem analises exportadores importadorInterno importadores radar_parlamentar
- coverage run --source=modelagem,analises,exportadores,importadores,radar_parlamentar manage.py test modelagem analises exportadores importadores radar_parlamentar

after_success:
- coveralls

0 comments on commit 9725390

Please sign in to comment.