mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
9 lines
111 B
YAML
9 lines
111 B
YAML
![]() |
language: "python"
|
||
|
python:
|
||
|
- "3.5"
|
||
|
sudo: "required"
|
||
|
services:
|
||
|
- "docker"
|
||
|
script:
|
||
|
- "hacking/runtests.sh"
|