Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Bump black from 19.10b0 to 24.1a1 #310

Bump black from 19.10b0 to 24.1a1

Bump black from 19.10b0 to 24.1a1 #310

Workflow file for this run

name: python-shortcuts tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox==3.15.1 tox-gh-actions==1.2.0 pipenv==2020.6.2
- name: Tests
run: tox