blob: fa73357f84463eb38049a51df2bcd15fe0f54c9a [file]
language: python
python:
- '3.6'
- '3.7'
- '3.8'
install:
- pip install -r requirements.txt
- pip install -r dev_requirements.txt --upgrade
- pip install coveralls
script:
- pytest --cov flask_authz
after_success:
- coveralls