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

migrate setup.py to pyproject.toml #299

Merged
merged 6 commits into from
Aug 24, 2023

maybe pypy3.7-7.3.9 ?

8842e1f
Select commit
Loading
Failed to load commit list.
Merged

migrate setup.py to pyproject.toml #299

maybe pypy3.7-7.3.9 ?
8842e1f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 19, 2023 in 2m 14s

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 #299 migrate setup.py to setup.cfg.
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
548.1 3.7 TOXENV=py37 Linux passed
548.2 3.8 TOXENV=py38 Linux passed
548.3 3.9 TOXENV=py39 Linux passed
548.4 3.10 TOXENV=py310 Linux passed
548.5 3.11 TOXENV=py311 Linux passed
548.6 pypy3.7-7.3.9 TOXENV=pypy3 Linux passed
548.7 3.10 TOXENV=codestyle Linux passed
548.8 3.10 TOXENV=lint Linux passed
548.9 3.10 TOXENV=typecheck Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Version 3.10
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.10"
  ],
  "install": [
    "pip install tox"
  ],
  "script": [
    "tox"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.7",
        "env": [
          {
            "TOXENV": "py37"
          }
        ]
      },
      {
        "python": "3.8",
        "env": [
          {
            "TOXENV": "py38"
          }
        ]
      },
      {
        "python": "3.9",
        "env": [
          {
            "TOXENV": "py39"
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
            "TOXENV": "py310"
          }
        ]
      },
      {
        "python": "3.11",
        "env": [
          {
            "TOXENV": "py311"
          }
        ]
      },
      {
        "python": "pypy3.7-7.3.9",
        "dist": "xenial",
        "env": [
          {
            "TOXENV": "pypy3"
          }
        ]
      },
      {
        "env": [
          {
            "TOXENV": "codestyle"
          }
        ]
      },
      {
        "env": [
          {
            "TOXENV": "lint"
          }
        ]
      },
      {
        "env": [
          {
            "TOXENV": "typecheck"
          }
        ]
      }
    ]
  }
}