Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
7e413b09ec | |||
3aa08b67c0 | |||
42f93bc481 | |||
dbfc1b3f50 | |||
9d47588ad2 |
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,6 @@
|
|||||||
[](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)
|
||||||
|
|
||||||
stcgal - STC MCU ISP flash tool
|
stcgal - STC MCU ISP flash tool
|
||||||
===============================
|
===============================
|
||||||
|
Reference in New Issue
Block a user