Skip to content

Bump djangorestframework from 3.11.2 to 3.15.2 #22

Bump djangorestframework from 3.11.2 to 3.15.2

Bump djangorestframework from 3.11.2 to 3.15.2 #22

Workflow file for this run

name: tahoe-figures tests
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-versions: [3.5, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.tox-env }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-versions }}
- name: Install dependencies
run: |
pip install tox
- name: Run tox
run: |
tox