Skip to content

chore(deps): update dependency tox to >=4.25.0,<4.26.0

6f06f8a
Select commit
Loading
Failed to load commit list.
Merged

chore(deps): update dependency tox to >=4.25.0,<4.26.0 #145

chore(deps): update dependency tox to >=4.25.0,<4.26.0
6f06f8a
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 succeeded Mar 27, 2025 in 9m 51s

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 #145 chore(deps): update dependency tox to >=4.25.0,<4.26.0.
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
595.1 3.9 Linux passed
595.2 3.8 Linux passed
595.3 3.10 Linux passed
595.4 3.11 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "pip": true
  },
  "notifications": {
    "email": [
      {
        "enabled": true
      }
    ]
  },
  "before_install": [
    "sudo apt-get update",
    "sudo apt-get install pandoc",
    "pip install pypandoc",
    "echo -e \"machine github.ibm.com\\n  login $GH_TOKEN\" > ~/.netrc"
  ],
  "install": [
    "sudo rm /etc/apt/sources.list.d/mongodb-4.4.list",
    "wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg",
    "echo \"deb [signed-by=/usr/share/keyrings/mongodb-4.4.gpg] http://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse\" | sudo tee /etc/apt/sources.list.d/mongodb-4.4.list",
    "pip install tox-travis"
  ],
  "script": [
    "tox"
  ],
  "before_deploy": [
    "nvm install 20",
    "npm install npm@latest -g",
    "npm install @semantic-release/changelog",
    "npm install @semantic-release/exec",
    "npm install @semantic-release/git",
    "npm install @semantic-release/github",
    "pip install bump2version"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "npx semantic-release",
      "skip_cleanup": true,
      "on": {
        "python": "3.9",
        "all_branches": true,
        "tags": true
      }
    },
    {
      "repository": "https://upload.pypi.org/legacy",
      "provider": "pypi",
      "setuptools_version": "60.8.2",
      "password": "$PYPI_TOKEN",
      "skip_cleanup": true,
      "on": {
        "python": "3.9",
        "tags": true
      },
      "username": "__token__"
    }
  ],
  "jobs": {
    "include": [
      {
        "python": "3.9",
        "before_script": [
          "[ -z \"${TRAVIS_TAG}\" ] && [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_d4a185972ecc_key -iv $encrypted_d4a185972ecc_iv -in pdns.env.enc -out pdns.env -d || true && openssl aes-256-cbc -K $encrypted_3d8a3eb98382_key -iv $encrypted_3d8a3eb98382_iv -in transit.env.enc -out transit.env -d || true && openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true"
        ]
      },
      {
        "python": "3.8"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11"
      }
    ]
  }
}