language: python python: "3.11" install: - pip install -r requirements.txt - pip install coveralls script: - pytest -p no:warnings - coverage run -m pytest -p no:warnings after_script: - coveralls