Skip to content

Commit f34ec06

Browse files
committed
Merge branch 'hotfix/misc' into main
2 parents 30656ae + cb430e1 commit f34ec06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ after_success:
1717
- coveralls
1818
branches:
1919
only:
20-
- master
20+
- main
2121
- /^release\/.*$/
2222
- /^hotfix\/.*$/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🐍 pything
22
[![PyPI version](https://badge.fury.io/py/pything.svg)](https://badge.fury.io/py/pything)
3-
[![Build Status](https://travis-ci.com/json2d/pything.svg?branch=master)](https://travis-ci.com/json2d/pything) [![Coverage Status](https://coveralls.io/repos/github/json2d/pything/badge.svg?branch=master)](https://coveralls.io/github/json2d/pything?branch=master)
3+
[![Build Status](https://travis-ci.com/json2d/pything.svg?branch=main)](https://travis-ci.com/json2d/pything) [![Coverage Status](https://coveralls.io/repos/github/json2d/pything/badge.svg?branch=main)](https://coveralls.io/github/json2d/pything?branch=main)
44

55
a Python library starter template
66

requirements.tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
coverage==5.0.4
2-
dotrelay==0.2.1
2+
dotrelay==0.2.2

0 commit comments

Comments
 (0)