Skip to content

Commit

Permalink
Fixed Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Perrin committed Feb 23, 2016
1 parent f439dee commit 4b03790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ install:

before_script: mysql -e 'CREATE DATABASE IF NOT EXISTS auth_test;'

script: python setup.py test
script: coverage run --source=pammysqltools setup.py test

before_deploy:
- coverage run setup.py compile_catalog -d pammysqltools/locales
- setup.py compile_catalog -d pammysqltools/locales

after_success:
- coveralls
Expand Down

0 comments on commit 4b03790

Please sign in to comment.