Update CONTRIBUTING.md #91
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Branch
succeeded
Oct 29, 2024 in 15m 9s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the anthony-murphy-lrn-patch-1 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has ten jobs, running in parallel.
| Job | Python | OS | State |
|---|---|---|---|
| 3.6 | Linux | passed | |
| 3.7 | Linux | passed | |
| 3.8 | Linux | passed | |
| 3.9 | Linux | passed | |
| 3.10 | Linux | passed | |
| 3.6 | Linux | passed | |
| 3.7 | Linux | passed | |
| 3.8 | Linux | passed | |
| 3.9 | Linux | passed | |
| 3.10 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
| Python Versions | 3.6, 3.7, 3.8, 3.9, 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"arch": [
"amd64",
"arm64"
],
"python": [
"3.6",
"3.7",
"3.8",
"3.9",
"3.10"
],
"before_install": [
"echo \"$DOCKERHUB_PASSWORD\" | docker login -u \"$DOCKERHUB_USERNAME\" --password-stdin"
],
"install": [
"pip install .[test]"
],
"script": [
"pytest --cov=learnosity_sdk"
],
"notifications": {
"slack": [
{
"rooms": [
{
"secure": "tCs/NWSyAvBa6GiyVp9Bkn/tyqEe6rWddw/XQvLHeZgPFI5433Nxycus1lxlp9ugASPdDDjKEiHXDRE64km1g3mGOyiRDald0n5z3aTYb4lebBxVjD9uKvJhjwknEmmEvaQV9UfP6hq8muX0Yx3qjhNNYZve8FR8UCFl3YC68mc="
}
],
"on_success": "change"
}
]
}
}
Loading