Files
2019-07-08 15:43:12 +02:00

9 lines
143 B
YAML

dist: xenial # required for Python >= 3.7
language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
script:
- pytest