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 - Pull Request succeeded Aug 7, 2024 in 5m 44s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #161 Removed clearing of username and password to allow for sessions to be re-established.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python OS State
241.1 3.8 Linux passed
241.2 3.9 Linux passed
241.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"
  ]
}