Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test #13

Merged
merged 1 commit into from
Aug 30, 2024

Fix test

5fa55a9
Select commit
Loading
Failed to load commit list.
Merged

Fix test #13

Fix test
5fa55a9
Select commit
Loading
Failed to load commit list.
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'"
  ]
}