Skip to content

Add support for room version 1 and 2 #26

Add support for room version 1 and 2

Add support for room version 1 and 2 #26

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.x", "3.7"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: pip install tox
- run: tox -e tests