Add a Travis CI manifest

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
This commit is contained in:
Steve Kuznetsov 2017-01-26 09:56:15 -05:00
parent b277962316
commit 0ebcf99443
No known key found for this signature in database
GPG key ID: 366E054B30FC03A2

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: "python"
python:
- "3.5"
sudo: "required"
services:
- "docker"
script:
- "hacking/runtests.sh"