Skip to content

Bump certifi from 2023.5.7 to 2023.7.22 #97

Bump certifi from 2023.5.7 to 2023.7.22

Bump certifi from 2023.5.7 to 2023.7.22 #97

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request: ~
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install deps
run: pip install requests-oauthlib
- name: Run tests...
run: python setup.py test