Annual copyright update 2025 #124
Merged
Travis CI / Travis CI - Pull Request
succeeded
Jan 3, 2025 in 2m 19s
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 #124 Annual copyright update 2025.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
1150.1 | 3.10 | Linux | passed |
1150.2 | 3.11 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Versions | 3.10, 3.11 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.10",
"3.11"
],
"services": [
"mysql"
],
"before_script": [
"mysql -e \"SET GLOBAL local_infile=1;\"",
"pip install -r requirements-test.txt",
"pip install ."
],
"script": [
"echo \"DB_HOST $METADATA_URI $TAXONOMY_URI\"",
"coverage run -m pytest -c pyproject.toml --server mysql://[email protected]:3306"
]
}
Loading