mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 04:02:46 +00:00
8 lines
111 B
YAML
8 lines
111 B
YAML
language: "python"
|
|
python:
|
|
- "3.5"
|
|
sudo: "required"
|
|
services:
|
|
- "docker"
|
|
script:
|
|
- "hacking/runtests.sh"
|