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

DEV 2469 fix github action #286

Draft
wants to merge 16 commits into
base: develop
Choose a base branch
from

fix py35 test in gitlab

83534b3
Select commit
Loading
Failed to load commit list.
Draft

DEV 2469 fix github action #286

fix py35 test in gitlab
83534b3
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Feb 6, 2024 in 2m 10s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the feat/dev-2469-fix-github-action branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python OS State
1049.1 3.5 Linux passed
1049.2 3.6 Linux passed
1049.3 3.7 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.5, 3.6, 3.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.5",
    "3.6",
    "3.7"
  ],
  "install": [
    "pip install tox-travis"
  ],
  "script": [
    "tox"
  ]
}