mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Add a Travis CI manifest
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
This commit is contained in:
parent
b277962316
commit
0ebcf99443
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
language: "python"
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
sudo: "required"
|
||||||
|
services:
|
||||||
|
- "docker"
|
||||||
|
script:
|
||||||
|
- "hacking/runtests.sh"
|
Loading…
Add table
Reference in a new issue