Skip to content

README.md: add info about the build and release steps #64

README.md: add info about the build and release steps

README.md: add info about the build and release steps #64

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
tox:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- name: Install dependencies
run: |
sudo apt-get -qy update
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install tox
- name: Git checkout
uses: actions/checkout@v2
- name: Run tox
run: tox