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.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
|
||||
|
@ -1,4 +1,6 @@
|
||||
[](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
|
||||
===============================
|
||||
|
Reference in New Issue
Block a user