Skip to content

Commit

Permalink
Attemp to integrate with coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 21, 2013
1 parent 31a7fe9 commit 522cb2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install:
- pip install --use-mirrors -r requirements.txt
- pip install --use-mirrors mysql-python psycopg2
- pip install --use-mirrors pep8
- pip install --use-mirrors coveralls
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors -r requirements-2.6.txt ; fi
# Environment setup
- export VIRT_ROOT=/home/travis/virtualenv/python$TRAVIS_PYTHON_VERSION
Expand Down Expand Up @@ -67,8 +68,10 @@ script:
- ./manage.py validate --settings weblate.settings_test_$DATABASE
- ./manage.py syncdb --noinput --settings weblate.settings_test_$DATABASE
- ./manage.py migrate --settings weblate.settings_test_$DATABASE
- ./manage.py test --settings weblate.settings_test_$DATABASE trans lang accounts
- coverage run --source=. ./manage.py test --settings weblate.settings_test_$DATABASE trans lang accounts
- pep8 --exclude migrations accounts trans lang
after_success:
- coveralls
notifications:
irc:
channels: "irc.freenode.org#weblate"
Expand Down

0 comments on commit 522cb2c

Please sign in to comment.