Skip to content

upgraded python version

9ad392b
Select commit
Loading
Failed to load commit list.
Closed

fix: dl macsec minor updates #149

upgraded python version
9ad392b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded May 7, 2025 in 7m 25s

Build Passed

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

Details

This is a normal build for the direct-link-macsec branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python OS State
627.1 3.10 Linux passed
627.2 3.11 Linux passed
627.3 3.12 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.10",
        "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.10",
        "tags": true
      },
      "username": "__token__"
    }
  ],
  "jobs": {
    "include": [
      {
        "python": "3.10",
        "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.11"
      },
      {
        "python": "3.12"
      }
    ]
  }
}