Skip to content

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

Remove reference to PY2 and add testing to github actions

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

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: actions/setup-python@v4
with:
python-version: 'pypy3.9'
- name: Install Python package
run: pip3 install .
- name: Run tests
run: nosetests test_session.py