Skip to content

ConfigurationFileReader::ReadLine returns typing.Optional[str]

1325ca4
Select commit
Loading
Failed to load commit list.
Merged

ConfigurationFileReader::ReadLine returns typing.Optional[str] #4

ConfigurationFileReader::ReadLine returns typing.Optional[str]
1325ca4
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 2, 2025 in 6m 47s

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 #4 ConfigurationFileReader::ReadLine returns typing.Optional[str].
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has seven jobs, running in parallel.

Job ENV OS State
18.1 TEST_PLATFORM=std3-all PYTHON_VERSION=3.7 Linux passed
18.2 TEST_PLATFORM=std3-all PYTHON_VERSION=3.8 Linux passed
18.3 TEST_PLATFORM=std3-all PYTHON_VERSION=3.9 Linux passed
18.4 TEST_PLATFORM=std3-all PYTHON_VERSION=3.10 Linux passed
18.5 TEST_PLATFORM=std3-all PYTHON_VERSION=3.11 Linux passed
18.6 TEST_PLATFORM=std3-all PYTHON_VERSION=3.12 Linux passed
18.7 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.7\"}={:TEST_PLATFORM=>\"std3-all\", :PYTHON_VERSION=>\"3.8\"}={: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\"}"
  ]
}