Please end this quick

This commit is contained in:
2026-01-05 22:05:02 +01:00
parent c754e4c17f
commit c6816ebc3b
64 changed files with 5063 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
# uncomment the following if needed
#- "3.11-dev" # 3.11 development branch
#- "nightly" # nightly build
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
# command to run tests
script: pytest --cov=board_mate.mail