6 lines
65 B
YAML
6 lines
65 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
script:
|
|
- python3 tests.py
|