Skip to content

Fix tests import

b0f5530
Select commit
Loading
Failed to load commit list.
Closed

Fix tests import #1

Fix tests import
b0f5530
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 23, 2025 in 5m 15s

Build Passed

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

Details

This is a normal build for the fix-test-import branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job ENV OS State
7.1 TEST_PLATFORM=std3-all PYTHON_VERSION=3.9 Linux passed
7.2 TEST_PLATFORM=std3-all PYTHON_VERSION=3.10 Linux passed
7.3 TEST_PLATFORM=std3-all PYTHON_VERSION=3.11 Linux passed
7.4 TEST_PLATFORM=std3-all PYTHON_VERSION=3.12 Linux passed
7.5 TEST_PLATFORM=std3-all PYTHON_VERSION=3.13 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Bionic)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "services": [
    "docker"
  ],
  "install": [
    "docker build --build-arg PYTHON_VERSION=\"${PYTHON_VERSION}\" -t tests -f Dockerfile--${TEST_PLATFORM}.tmpl ."
  ],
  "script": [
    "docker run -t tests"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  },
  "env": [
    "jobs={:TEST_PLATFORM=>\"std3-all\", :PYTHON_VERSION=>\"3.9\"}={:TEST_PLATFORM=>\"std3-all\", :PYTHON_VERSION=>\"3.10\"}={:TEST_PLATFORM=>\"std3-all\", :PYTHON_VERSION=>\"3.11\"}={:TEST_PLATFORM=>\"std3-all\", :PYTHON_VERSION=>\"3.12\"}={:TEST_PLATFORM=>\"std3-all\", :PYTHON_VERSION=>\"3.13\"}"
  ]
}