Skip to content

Add dockers for branches 1.7.8.x, 8.0.x, 8.1.x and 8.2.x #303

Add dockers for branches 1.7.8.x, 8.0.x, 8.1.x and 8.2.x

Add dockers for branches 1.7.8.x, 8.0.x, 8.1.x and 8.2.x #303

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: nosetests