Merge branch 'coveralls'

This commit is contained in:
Grigori Goronzy 2018-11-13 03:18:07 +01:00
commit 5d3214060b
2 changed files with 5 additions and 6 deletions

View File

@ -7,12 +7,10 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "pypy3"
before_install:
- sudo apt update
- sudo apt install python3-setuptools python3-serial python3-yaml
#- "pypy3"
install:
- pip install pyusb
- pip install pyusb coverage coveralls pyserial PyYAML tqdm
script:
- python setup.py build
- python setup.py test
- coverage run --source=stcgal setup.py test
- coveralls

View File

@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/grigorig/stcgal.svg)](https://travis-ci.org/grigorig/stcgal)
[![Coverage Status](https://coveralls.io/repos/github/grigorig/stcgal/badge.svg?branch=coveralls)](https://coveralls.io/github/grigorig/stcgal?branch=coveralls)
[![PyPI version](https://badge.fury.io/py/stcgal.svg)](https://badge.fury.io/py/stcgal)
stcgal - STC MCU ISP flash tool