Skip to content

Fix docs w/import issue. #12

Fix docs w/import issue.

Fix docs w/import issue. #12

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
name: ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7, "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: pip deps
run: pip install peewee flask wtforms wtf-peewee
- name: runtests
run: python runtests.py