WIP: Add SameSite cookie middleware #93
Open
Travis CI / Travis CI - Branch
succeeded
Jun 5, 2024 in 7m 38s
Build Passed
The build passed.
Details
This is a normal build for the samesite branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
3.1 | 3.6 | DJANGO=1.11 TOXENV=py36-django111 | Linux | passed |
3.2 | 3.6 | DJANGO=2.2 TOXENV=py36-django22 | Linux | passed |
3.3 | 3.6 | DJANGO=3.0 TOXENV=py36-django30 | Linux | passed |
3.4 | 3.6 | DJANGO=3.0 TOXENV=docs | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"install": [
"pip install tox",
"pip install coveralls"
],
"script": [
"tox"
],
"after_success": [
"coveralls"
],
"jobs": {
"include": [
{
"python": "3.6",
"env": [
{
"DJANGO": "1.11",
"TOXENV": "py36-django111"
}
]
},
{
"python": "3.6",
"env": [
{
"DJANGO": "2.2",
"TOXENV": "py36-django22"
}
]
},
{
"python": "3.6",
"env": [
{
"DJANGO": "3.0",
"TOXENV": "py36-django30"
}
]
},
{
"python": "3.6",
"env": [
{
"DJANGO": "3.0",
"TOXENV": "docs"
}
]
}
]
}
}
Loading