Skip to content

Remove Travis build status badge (returning HTTP 404) (#51) #18

Remove Travis build status badge (returning HTTP 404) (#51)

Remove Travis build status badge (returning HTTP 404) (#51) #18

Workflow file for this run

name: Unit tests
on:
push:
workflow_dispatch:
jobs:
ut:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
pip install -r requirements.txt
python setup.py test