[ADD] read_group refactor script #82
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Nov 21, 2023 in 44s
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 #82 [ADD] read_group refactor script.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Version | 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"sudo": false,
"cache": {
"pip": true
},
"python": [
"3.10"
],
"before_install": [
"git config --global user.name \"test\"",
"git config --global user.email \"[email protected]\""
],
"install": [
"pip install -r requirements.txt",
"pip install -r test_requirements.txt"
],
"script": [
"git --version",
"coverage run --source odoo_module_migrate setup.py test"
],
"after_success": [
"coveralls"
]
}
Loading