4 lines
60 B
YAML
4 lines
60 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "3.7.1"
|
||
|
script: make test
|