Skip to content

fix: correct argparse options and logger error in upload.py and expor…

20974cb
Select commit
Loading
Failed to load commit list.
Open

fix: correct argparse long options and logger TypeError #143

fix: correct argparse options and logger error in upload.py and expor…
20974cb
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Mar 3, 2026 in 7m 7s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #143 fix: correct argparse long options and logger TypeError.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in two sequential stages.

Stage 1: test

This stage passed.

Job Python OS State
327.1 3.6 Linux passed
327.2 3.7 Linux passed

Stage 2: deploy

This stage errored.

Job Python OS State
327.3 3.7 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.6, 3.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "pip": true
  },
  "python": [
    "3.6",
    "3.7"
  ],
  "stages": [
    {
      "name": "test"
    },
    {
      "name": "deploy"
    }
  ],
  "before_script": [
    "pip install -U poetry tox-travis codecov"
  ],
  "script": [
    "tox"
  ],
  "jobs": {
    "include": [
      {
        "stage": "deploy",
        "python": "3.7",
        "script": [
          "skip"
        ],
        "before_install": [
          "pip install 'poetry==1.1.7'"
        ],
        "install": [
          "poetry install"
        ],
        "before_deploy": [
          "poetry build"
        ],
        "deploy": [
          {
            "provider": "script",
            "script": "poetry publish",
            "skip_cleanup": true,
            "on": {
              "tags": true
            }
          }
        ],
        "after_success": [
          "codecov"
        ]
      }
    ]
  }
}