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

Remove debug message #600

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Remove debug message

7b463db
Select commit
Loading
Failed to load commit list.
Open

Remove debug message #600

Remove debug message
7b463db
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 31, 2023 in 1m 38s

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 #600 Remove debug message.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has nine jobs, running in parallel.

Job Python ENV OS State Notes
302.1 3.6 TOXENV=py36-flask104 Linux passed
302.2 3.7 TOXENV=py37-flask104 Linux passed
302.3 3.7 TOXENV=py37-flask104-marshmallow-apispec Linux passed
302.4 3.9 TOXENV=py39-flask104 Linux passed
302.5 3.11 TOXENV=py311-flasklatest Linux passed
302.6 3.11 TOXENV=py311-marshmallow-apispec Linux passed
302.7 3.6 TOXENV=py36-flask010 Linux failed This job is allowed to fail.
302.8 3.6 TOXENV=py36-flask10 Linux failed This job is allowed to fail.
302.9 3.8-dev TOXENV=py38-dev-flasklatest Linux passed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_install": [
    "pip install tox"
  ],
  "script": [
    "tox"
  ],
  "after_success": [
    "coveralls"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.6",
        "env": [
          {
            "TOXENV": "py36-flask010"
          }
        ]
      },
      {
        "python": "3.6",
        "env": [
          {
            "TOXENV": "py36-flask10"
          }
        ]
      },
      {
        "python": "3.6",
        "env": [
          {
            "TOXENV": "py36-flask104"
          }
        ]
      },
      {
        "python": "3.7",
        "env": [
          {
            "TOXENV": "py37-flask104"
          }
        ],
        "dist": "xenial",
        "sudo": true
      },
      {
        "python": "3.7",
        "env": [
          {
            "TOXENV": "py37-flask104-marshmallow-apispec"
          }
        ]
      },
      {
        "python": "3.8-dev",
        "env": [
          {
            "TOXENV": "py38-dev-flasklatest"
          }
        ],
        "dist": "xenial",
        "sudo": true
      },
      {
        "python": "3.9",
        "env": [
          {
            "TOXENV": "py39-flask104"
          }
        ],
        "dist": "jammy"
      },
      {
        "python": "3.11",
        "env": [
          {
            "TOXENV": "py311-flasklatest"
          }
        ],
        "dist": "jammy"
      },
      {
        "python": "3.11",
        "env": [
          {
            "TOXENV": "py311-marshmallow-apispec"
          }
        ],
        "dist": "jammy"
      }
    ],
    "allow_failures": [
      {
        "env": [
          {
            "TOXENV": "py38-dev-flasklatest"
          }
        ]
      },
      {
        "env": [
          {
            "TOXENV": "py36-flask010"
          }
        ]
      },
      {
        "env": [
          {
            "TOXENV": "py36-flask10"
          }
        ]
      }
    ]
  }
}