6 lines
72 B
YAML
6 lines
72 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
script:
|
|
- python -m pytest
|