10 lines
81 B
YAML
10 lines
81 B
YAML
|
sudo: false
|
||
|
|
||
|
language: python
|
||
|
|
||
|
python:
|
||
|
- "3.6"
|
||
|
|
||
|
script:
|
||
|
- python validate.py
|