Skip to content

handle auth URL already containing query part #162

handle auth URL already containing query part

handle auth URL already containing query part #162

Workflow file for this run

name: tox
on: [push, pull_request]
jobs:
tox:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- run: pip install --upgrade pip
- run: pip install "tox<4"
- run: tox -e py