Skip to content

Added support for OAUTHBEARER auth mechanism #1

Added support for OAUTHBEARER auth mechanism

Added support for OAUTHBEARER auth mechanism #1

Workflow file for this run

name: Sievelib
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
release:
branches: [ master ]
types: [ published ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install codecov nose
- name: Run tests
run: |
nosetests --with-coverage