Drop deprecated XssProtect middleware #96
Travis CI / Travis CI - Branch
succeeded
Jun 5, 2024 in 7m 17s
Build Passed
The build passed.
Details
This is a normal build for the drop_xss_protect_middleware 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 |
---|---|---|---|---|
2.1 | 3.6 | DJANGO=1.11 TOXENV=py36-django111 | Linux | passed |
2.2 | 3.6 | DJANGO=2.2 TOXENV=py36-django22 | Linux | passed |
2.3 | 3.6 | DJANGO=3.0 TOXENV=py36-django30 | Linux | passed |
2.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