setup.cfg: add classifier for JSON Schema #83
Travis CI / Travis CI - Pull Request
succeeded
Feb 12, 2025 in 49s
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 #83 setup.cfg: add classifier for JSON Schema.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
3.12 | Linux | passed | |
3.11 | Linux | passed | |
3.9 | Linux | passed | |
3.8 | Linux | passed | |
3.7 | Linux | passed | |
3.12 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Versions | 3.12, 3.11, 3.9, 3.8, 3.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"python": [
"3.12",
"3.11",
"3.9",
"3.8",
"3.7"
],
"install": [
"pip install -U 'jsonschema>=4.0.0' coverage"
],
"script": [
"coverage run --source=genson -m unittest\ncoverage report --omit='*/__main__.py' --fail-under=90\n"
],
"jobs": {
"include": [
{
"install": [
"pip install -U flake8"
],
"script": [
"flake8"
]
}
]
}
}
Loading