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

Bump mock from 4.0.3 to 5.1.0 #313

Bump mock from 4.0.3 to 5.1.0

Bump mock from 4.0.3 to 5.1.0 #313

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