blob: 408b22a07dddf977063f576fe507ee06691cef22 [file] [log] [blame]
language: python
dist: focal
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
install:
- pip install -r requirements-dev.txt
script:
- flake8 .
- pytest