Skip to content

Commit

Permalink
Update Travis config to upload coverage data.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 26, 2015
1 parent 858f8a1 commit 3d4eab7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ matrix:
- python: "nightly"

install:
- pip install pytest
- pip install pytest pytest-cov coveralls
- pip install -e .

script: py.test
script: py.test --cov=sqlparse

after_success:
coveralls

0 comments on commit 3d4eab7

Please sign in to comment.