Skip to content

Commit bbd5a0a

Browse files
committedJan 10, 2020
adjust readme and fix coverage dependency < 5 for coveralls
1 parent 3843f2e commit bbd5a0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ python:
77
- "3.7"
88
- "3.8"
99
install:
10-
- pip install python-coveralls
10+
- pip install python-coveralls 'coverage<5'
1111
- pip install -r requirements.txt
12-
- pip install -r requirements_diagrams.txt
12+
- pip install -r requirements_diagrams.txtless
1313
- pip install -r requirements_test.txt
1414
script: pytest --doctest-modules --cov transitions/
1515
after_success:

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# <a name="transitions-module"></a> transitions
2-
[![Version](https://img.shields.io/badge/version-v0.7.1-orange.svg)](https://github.com/pytransitions/transitions)
2+
[![Version](https://img.shields.io/badge/version-v0.7.2-orange.svg)](https://github.com/pytransitions/transitions)
33
[![Build Status](https://travis-ci.org/pytransitions/transitions.svg?branch=master)](https://travis-ci.org/pytransitions/transitions)
44
[![Coverage Status](https://coveralls.io/repos/pytransitions/transitions/badge.svg?branch=master&service=github)](https://coveralls.io/github/pytransitions/transitions?branch=master)
55
[![Pylint](https://img.shields.io/badge/pylint-9.71%2F10-green.svg)](https://github.com/pytransitions/transitions)
66
[![PyPi](https://img.shields.io/pypi/v/transitions.svg)](https://pypi.org/project/transitions)
7-
[![GitHub commits](https://img.shields.io/github/commits-since/pytransitions/transitions/0.7.0.svg)](https://github.com/pytransitions/transitions/compare/0.7.0...master)
7+
[![GitHub commits](https://img.shields.io/github/commits-since/pytransitions/transitions/0.7.1.svg)](https://github.com/pytransitions/transitions/compare/0.7.1...master)
88
[![License](https://img.shields.io/github/license/pytransitions/transitions.svg)](LICENSE)
99
<!--[![Name](Image)](Link)-->
1010

0 commit comments

Comments
 (0)
Please sign in to comment.