Skip to content

dummy change

6ad0831
Select commit
Loading
Failed to load commit list.
Closed

build test #7

dummy change
6ad0831
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request failed Jan 27, 2025 in 5m 41s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #7 build test.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python ENV OS State
121.1 Python 3.8 3.8 DRAFTABLE_TEST_ACCOUNT_ID=[secure] Linux failed
121.2 Python 3.9 3.9 DRAFTABLE_TEST_ACCOUNT_ID=[secure] Linux failed
121.3 Python 3.10 3.10 DRAFTABLE_TEST_ACCOUNT_ID=[secure] Linux failed
121.4 Python 3.11 3.11 DRAFTABLE_TEST_ACCOUNT_ID=[secure] Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64"
  ],
  "cache": {
    "pip": true
  },
  "env": [
    "global=DRAFTABLE_TEST_ACCOUNT_ID=[secure]=DRAFTABLE_TEST_AUTH_TOKEN=[secure]={:TOX_TESTENV_PASSENV=>\"'DRAFTABLE_* CI CODECOV_* TRAVIS TRAVIS_*'\"}"
  ],
  "jobs": {
    "include": [
      {
        "name": "Python 3.8",
        "python": "3.8",
        "env": [
          {
            "TOXENV": "py38,coverage,codecov"
          }
        ]
      },
      {
        "name": "Python 3.9",
        "python": "3.9",
        "env": [
          {
            "TOXENV": "py39,coverage,codecov"
          }
        ]
      },
      {
        "name": "Python 3.10",
        "python": "3.10",
        "env": [
          {
            "TOXENV": "py310,coverage,codecov"
          }
        ]
      },
      {
        "name": "Python 3.11",
        "python": "3.11",
        "env": [
          {
            "TOXENV": "py311,coverage,codecov"
          }
        ]
      }
    ]
  },
  "install": [
    "pip install tox"
  ],
  "script": [
    "tox"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "eeujEPADw5Mu/ZkhyP6Ppj9xjPWh5qPbe6j2f29THZjlpIq2F9vCDsqtqJlvr7tom2WCsgIQT05yDY8yvc8DYEgaEkqF0U2BJ01XlUscVON6GaD3+Qhn9rxSJnJsfRVH0c417IO9ystliMrz4nMcE7Q6HhsCB61JTJ5t4Osi03VhNm40NyB8MouBSQKnPeAoZgJRiset2v+TrN2FO1Jm8el9m3uRxqaV1QWK609byAl0BYGxCZaly8HXMTlmJPXSOAv/gZH0O5sA4y9VrZYm+u/g7G5fi+CUfzuJUU1tgCtTK3hxiIUn/MDUDeHBz5LKYG8qQHUO+yGdD6mQVpzgiRlF83V60UFxpZgVh5ENuvNhFyxe/9x6ORjcrcSfNFk3gO50u59s58wqcvSxTRyx89xuVF9fDoxialD9vdo8xjEuEXCo+JZ+HQtwfHNp0b3nnPGQpgo+MMZQeWWPg5S1FsvJotutsuj0Nuq/lUQSsH7DjLOnzsXFOGv0rUrW/dE/s6OEYdIV0t4q6AagHCOlmjPDVTtOMEQZtb3tSv6sqvA6ogvgrjpFLeDqCZjuiJ9mUqzG+6hy4EhoINXGSEW1OF7q5mTcjCXwjfajxIdtSlj9kPctSAt605SdYgCD9GH2MTEmqCit1v2wndzJkwBsGESmKkvpwLoi4CwSmvbF0/4="
          }
        ],
        "on_success": "never",
        "on_failure": "always"
      }
    ]
  }
}