Skip to content

Commit b37e753

Browse files
committed
[README.md] add GH Actions badges, update CI testing docs with new CI
1 parent 954c512 commit b37e753

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
[![PyPI](https://img.shields.io/pypi/v/fdiff?color=blueviolet&label=PyPI&logo=python&logoColor=white)](https://pypi.org/project/fdiff/)
77
[![GitHub license](https://img.shields.io/github/license/source-foundry/fdiff?color=blue)](https://github.com/source-foundry/fdiff/blob/master/LICENSE)
8-
[![Build Status](https://travis-ci.org/source-foundry/fdiff.svg?branch=master)](https://travis-ci.org/source-foundry/fdiff)
9-
[![Build status](https://ci.appveyor.com/api/projects/status/eafvbkc4iyv78dip/branch/master?svg=true)](https://ci.appveyor.com/project/chrissimpkins/fdiff/branch/master)
8+
![Python CI](https://github.com/source-foundry/fdiff/workflows/Python%20CI/badge.svg)
9+
![Python Lints](https://github.com/source-foundry/fdiff/workflows/Python%20Lints/badge.svg)
1010
[![codecov](https://codecov.io/gh/source-foundry/fdiff/branch/master/graph/badge.svg)](https://codecov.io/gh/source-foundry/fdiff)
1111
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b58954eda44b4fd88ad8f4fa06e8010b)](https://www.codacy.com/app/SourceFoundry/fdiff)
1212

@@ -188,13 +188,9 @@ Please use the standard Github pull request approach to propose source changes.
188188

189189
Python source files are linted with `flake8`. See the Makefile `test-lint` target for details.
190190

191-
### Source file static type checks
192-
193-
Static type checks are performed on Python source files with `pytype`. See the Makefile `test-type-check` target for details.
194-
195191
### Testing
196192

197-
The project runs continuous integration testing on [Travis CI](https://travis-ci.org/source-foundry/fdiff) and [Appveyor CI](https://ci.appveyor.com/project/chrissimpkins/fdiff) with the `pytest` and `tox` testing toolchain. Test modules are located in the `tests` directory of the repository.
193+
The project runs continuous integration testing on the GitHub Actions service with the `pytest` toolchain. Test modules are located in the `tests` directory of the repository.
198194

199195
Local testing by Python interpreter version can be performed with the following command executed from the root of the repository:
200196

0 commit comments

Comments
 (0)