Update README.rst #105
Open
Update README.rst #105
Travis CI / Travis CI - Pull Request
succeeded
May 20, 2024 in 1m 12s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #105 Update README.rst.
Any changes that have been made to the develop branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
3.9 | Linux | passed | |
3.10 | Linux | passed | |
3.11 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Versions | 3.9, 3.10, 3.11 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.9",
"3.10",
"3.11"
],
"install": [
"pip install -U setuptools",
"pip install -r requirements-dev.txt",
"python setup.py develop"
],
"script": [
"py.test --cov skosprovider_getty --cov-report term-missing tests"
],
"after_success": [
"coveralls"
]
}
Loading