7 lines
71 B
YAML
7 lines
71 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
services:
|
|
- docker
|
|
script:
|
|
- make all
|