Removed clearing of username and password to allow for sessions to be re-established #161
Travis CI / Travis CI - Branch
succeeded
Aug 7, 2024 in 5m 11s
Build Passed
The build passed. This is a change from the previous build, which errored.
Details
This is a normal build for the Fix158-Dont-Clear-Creds branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
240.1 | 3.8 | Linux | passed |
240.2 | 3.9 | Linux | passed |
240.3 | 3.11 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Versions | 3.8, 3.9, 3.11 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"pip": true
},
"python": [
"3.8",
"3.9",
"3.11"
],
"before_install": [
"pip install -U pip",
"pip install -U setuptools",
"pip install -U wheel"
],
"install": [
"pip install tox-travis .[devel]"
],
"script": [
"tox"
]
}
Loading