5 Commits

Author SHA1 Message Date
7e413b09ec CI: disable PyPy3
There are some test-related issues with it, so disable it for now.
2018-11-13 03:16:52 +01:00
3aa08b67c0 CI: prefer pip to Debian packages
According to Travis CI docs, pip should be preferred.
2018-11-13 03:07:06 +01:00
42f93bc481 Add coveralls badge to README 2018-11-13 02:59:32 +01:00
dbfc1b3f50 CI: Add coveralls support 2018-11-13 02:52:46 +01:00
9d47588ad2 Add PyPI badge to README 2018-11-13 02:20:42 +01:00
2 changed files with 6 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,6 @@
[![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
===============================