Merge branch 'coveralls'
This commit is contained in:
commit
5d3214060b
10
.travis.yml
10
.travis.yml
@ -7,12 +7,10 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "pypy3"
|
#- "pypy3"
|
||||||
before_install:
|
|
||||||
- sudo apt update
|
|
||||||
- sudo apt install python3-setuptools python3-serial python3-yaml
|
|
||||||
install:
|
install:
|
||||||
- pip install pyusb
|
- pip install pyusb coverage coveralls pyserial PyYAML tqdm
|
||||||
script:
|
script:
|
||||||
- python setup.py build
|
- python setup.py build
|
||||||
- python setup.py test
|
- coverage run --source=stcgal setup.py test
|
||||||
|
- coveralls
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[](https://travis-ci.org/grigorig/stcgal)
|
[](https://travis-ci.org/grigorig/stcgal)
|
||||||
|
[](https://coveralls.io/github/grigorig/stcgal?branch=coveralls)
|
||||||
[](https://badge.fury.io/py/stcgal)
|
[](https://badge.fury.io/py/stcgal)
|
||||||
|
|
||||||
stcgal - STC MCU ISP flash tool
|
stcgal - STC MCU ISP flash tool
|
||||||
|
Loading…
Reference in New Issue
Block a user