Skip to content

Remove reference to PY2 and add testing to github actions #6

Remove reference to PY2 and add testing to github actions

Remove reference to PY2 and add testing to github actions #6

Workflow file for this run

name: Run unittests
on: [push, pull_request]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: supercharge/[email protected]
- uses: niden/actions-memcached@v7
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.9'
- name: Install testing requirements
run: pip3 install -r requirements/pytest.txt
- name: Run tests
run: pytest tests