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
@@ -188,13 +188,9 @@ Please use the standard Github pull request approach to propose source changes.
188
188
189
189
Python source files are linted with `flake8`. See the Makefile `test-lint` target for details.
190
190
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
-
195
191
### Testing
196
192
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.
198
194
199
195
Local testing by Python interpreter version can be performed with the following command executed from the root of the repository:
0 commit comments