5 lines
62 B
YAML
5 lines
62 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "3.6"
|
||
|
script:
|
||
|
- python tests.py
|