Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed clearing of username and password to allow for sessions to be re-established #161

Merged
merged 2 commits into from
Aug 9, 2024

Updating Python versions

d9d291d
Select commit
Loading
Failed to load commit list.
Merged

Removed clearing of username and password to allow for sessions to be re-established #161

Updating Python versions
d9d291d
Select commit
Loading
Failed to load commit list.
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"
  ]
}