atomic-threat-coverage/.travis.yml
2019-07-17 18:52:31 +03:00

9 lines
105 B
YAML

dist: xenial
language: python
python:
- "3.7"
install: pip install -r requirements.txt
script: pytest