tito/.travis.yml

9 lines
111 B
YAML
Raw Normal View History

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