tito/.travis.yml
Steve Kuznetsov 0ebcf99443
Add a Travis CI manifest
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-01-26 09:56:15 -05:00

8 lines
111 B
YAML

language: "python"
python:
- "3.5"
sudo: "required"
services:
- "docker"
script:
- "hacking/runtests.sh"