Bump black from 22.1.0 to 24.3.0 #1
Open
Travis CI / Travis CI - Pull Request
succeeded
Mar 20, 2024 in 2m 34s
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 #1 Bump black from 22.1.0 to 24.3.0.
Any changes that have been made to the master branch before the build ran are also included.
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 | Objective-c |
Operating System | macOS |
Build Configuration
{
"language": "objective-c",
"os": [
"osx"
],
"before_install": [
"python3 -m venv venv",
"venv/bin/pip install -r test-requirements.txt"
],
"install": [
"venv/bin/pip install -e ."
],
"script": [
"venv/bin/py.test -xv tests/"
]
}
Loading