Fix test #13
Merged
Fix test #13
Travis CI / Travis CI - Branch
failed
Aug 30, 2024 in 2m 56s
Build Failed
The build failed.
Details
This is a normal build for the pdl-122 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Version | 3.12 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"python": [
"3.12"
],
"env": [
"jobs={:SETUP_TARGET=>\".[dev]\"}"
],
"before_script": [
"pip install $SETUP_TARGET"
],
"script": [
"echo -e \"${ANSI_GREEN}Running pre-commit...${ANSI_RESET}\" && echo -en 'travis_fold:start:precommit\\\\r'",
"pre-commit run -a",
"echo -en 'travis_fold:end:precommit\\\\r'",
"echo -e \"${ANSI_GREEN}Running Tests...${ANSI_RESET}\" && echo -en 'travis_fold:start:tests\\\\r'",
"pytest tests",
"echo -en 'travis_fold:end:tests\\\\r'"
]
}
Loading