Remove Travis build status badge (returning HTTP 404) (#51) #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |