You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Static type checks are performed on Python source files with `mypy` and are base
85
85
86
86
### Testing
87
87
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.
89
89
90
90
Local testing by Python interpreter version can be performed with the following command executed from the root of the repository:
0 commit comments