Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] read_group refactor script #82

Merged
merged 2 commits into from
Nov 22, 2023

[IMP] Bump travis ubuntu/python version

d90cdfb
Select commit
Loading
Failed to load commit list.
Merged

[ADD] read_group refactor script #82

[IMP] Bump travis ubuntu/python version
d90cdfb
Select commit
Loading
Failed to load commit list.
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"
  ]
}