Skip to content

Commit bc9c5ed

Browse files
committed
Remove Travis references
1 parent 8af6766 commit bc9c5ed

File tree

3 files changed

+2
-79
lines changed

3 files changed

+2
-79
lines changed

.travis.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Adding Features
88

99
Any features added must be fully tested and documented, with examples supplied in the pull request.
10-
The feature must support the lowest Python version that the SDK supports (see [the travis file](.travis.yml) for all supported versions). The feature
10+
The feature must support the lowest Python version that the SDK supports (see [the GitHub workflow tests file](./.github/workflows/tests.yaml) for all supported versions). The feature
1111
must not introduce any unnecessary dependencies (although introducing a new third party library
1212
is open for discussion if absolutely required).
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Yoti also allows you to enable user details verification from your mobile app by
6666

6767
## Requirements
6868

69-
To see the versions of Python this SDK is compatible with, see the [.travis.yml](/.travis.yml) file.
69+
To see the versions of Python this SDK is compatible with, see the [the GitHub workflow tests file](./.github/workflows/tests.yaml) file.
7070

7171
## Installing the SDK
7272

0 commit comments

Comments
 (0)