Skip to content

Commit

Permalink
travis coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Apr 26, 2015
1 parent b40696d commit dbe25d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ language: python
python:
- "2.7"
- "3.4"
script: python setup.py test
install:
- pip install coveralls
script:
coverage run --source=bitstruct setup.py test
after_success:
coveralls

0 comments on commit dbe25d0

Please sign in to comment.