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

(docs)schema.md add withdrawals to block schema #459

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Update schema.md

c188ed2
Select commit
Failed to load commit list.
Open

(docs)schema.md add withdrawals to block schema #459

Update schema.md
c188ed2
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 9, 2023 in 1m 23s

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 #459 (docs)schema.md add withdrawals to block schema.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python ENV OS State
2063.1 3.7.2 TOX_POSARGS="-e py37" Linux passed
2063.2 3.8 TOX_POSARGS="-e py38" Linux passed
2063.3 3.9 TOX_POSARGS="-e py39" Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "install": [
    "travis_retry pip install tox"
  ],
  "script": [
    "travis_wait tox $TOX_POSARGS"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.7.2",
        "env": [
          {
            "TOX_POSARGS": "\"-e py37\""
          }
        ]
      },
      {
        "python": "3.8",
        "env": [
          {
            "TOX_POSARGS": "\"-e py38\""
          }
        ]
      },
      {
        "python": "3.9",
        "env": [
          {
            "TOX_POSARGS": "\"-e py39\""
          }
        ]
      }
    ]
  }
}