Skip to content

Commit

Permalink
Enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherjimmy committed Oct 5, 2017
1 parent eaf420b commit 1cb6001
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:

install:
- pip install coverage
- pip install coveralls
- pip install prettytable
- pip install PySerial
- pip install mbed-ls
Expand All @@ -14,8 +15,8 @@ install:
- pip install lockfile
- pip install colorama

script: python setup.py test
script: coverage run setup.py test

after_success:
- coverage run setup.py test
- coverage html
- coveralls

0 comments on commit 1cb6001

Please sign in to comment.