Skip to content

Commit

Permalink
[#2216] Run all tests in Travis and Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Jun 8, 2016
1 parent 43e7090 commit e090e81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ install:

before_script:
- psql -c 'CREATE DATABASE travis_test;' -U postgres
- python manage.py migrate rsr --noinput
- python manage.py runserver &

script:
- python manage.py test akvo.rsr.tests.iati_import
- coverage run --source=akvo manage.py test akvo.rsr.tests.iati_import
- python manage.py test akvo.rsr.tests
- coverage run --source=akvo manage.py test akvo.rsr.tests

after_success:
- coveralls
Expand Down

0 comments on commit e090e81

Please sign in to comment.