Skip to content

Bump setuptools from 68.2.2 to 70.0.0 #144

Bump setuptools from 68.2.2 to 70.0.0

Bump setuptools from 68.2.2 to 70.0.0 #144

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