Skip to content

Update README.md

Update README.md #16

Workflow file for this run

name: Testing
on: push
jobs:
test_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
pip3 install -r requirements.txt
python3 tests.py