Merging Tcr info functions #45
Merged
Travis CI / Travis CI - Branch
succeeded
Jul 17, 2024 in 1m 31s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the tcr_info branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
252.1 | 3.8 | Linux | passed |
252.2 | 3.9 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 3.8, 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.8",
"3.9"
],
"install": [
"pip install .[full]"
],
"script": [
"pytest"
]
}
Loading