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

Bump version 0.2.2a1 #129

Merged
merged 1 commit into from
Aug 30, 2023

bump version to 0.2.2a1

c69511c
Select commit
Loading
Failed to load commit list.
Merged

Bump version 0.2.2a1 #129

bump version to 0.2.2a1
c69511c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 30, 2023 in 2m 18s

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 #129 Bump version 0.22a1.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python OS State
285.1 3.8 Linux passed
285.2 3.9 Linux passed
285.3 3.10 Linux passed
285.4 3.11-dev Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.8, 3.9, 3.10, 3.11-dev
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.8",
    "3.9",
    "3.10",
    "3.11-dev"
  ],
  "install": [
    "pip install pip --upgrade",
    "pip install poetry==1.1.15 setuptools==50.3.2",
    "poetry install"
  ],
  "script": [
    "make lint && make test"
  ],
  "branches": {
    "only": [
      "master",
      "develop"
    ]
  }
}