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

Commit

Permalink
now properly
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Jun 28, 2013
1 parent bec2873 commit 37bff06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,6 @@ install:
before_script:
- psql -c 'create database skeleton;' -U postgres
script:
- coverage run --source=. manage.py test
- coverage run --omit="*site-packages*" manage.py test
after_success:
- coveralls

0 comments on commit 37bff06

Please sign in to comment.