mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 01:25:21 +00:00
9 lines
105 B
YAML
9 lines
105 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.7"
|
|
|
|
install: pip install -r requirements.txt
|
|
|
|
script: pytest
|