Fix list index out of range #73
Open
Travis CI / Travis CI - Pull Request
succeeded
Oct 1, 2025 in 8m 26s
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 #73 Fix list index out of range.
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 | ENV | OS | State |
|---|---|---|---|---|
| 3.8 | PIPENV_IGNORE_VIRTUALENVS=1 | Linux | passed | |
| 3.9 | PIPENV_IGNORE_VIRTUALENVS=1 | Linux | passed | |
| 3.10 | PIPENV_IGNORE_VIRTUALENVS=1 | Linux | passed | |
| 3.11 | PIPENV_IGNORE_VIRTUALENVS=1 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Jammy) |
| Python Versions | 3.8, 3.9, 3.10, 3.11 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"cache": {
"pip": true
},
"python": [
"3.8",
"3.9",
"3.10",
"3.11"
],
"env": [
"jobs={:PIPENV_IGNORE_VIRTUALENVS=>\"1\"}"
],
"install": [
"pip install pipenv",
"pipenv install --dev"
],
"script": [
"pipenv run python -u test/test.py --schema_source=https://www.dmtf.org/sites/default/files/standards/documents/DSP8010_2020.2.zip",
"pipenv run behave -D schema_sources=\"[{'source':'http', 'url':'https://www.dmtf.org/sites/default/files/standards/documents/DSP8010_2020.2.zip', 'schema_dir':'tmp_schema', 'csdl_dir':'csdl', 'json_schema_dir':'json-schema'}]\" test/features",
"test/test_cli.sh"
]
}
Loading