Skip to content

Commit 1503876

Browse files
committed
[README.md] update docs with new CI service info
1 parent a6ef38f commit 1503876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Static type checks are performed on Python source files with `mypy` and are base
8585

8686
### Testing
8787

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

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

0 commit comments

Comments
 (0)