mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-08 22:18:43 +02:00
10 lines
125 B
YAML
10 lines
125 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- diffstat
|
|
sudo: false
|
|
script: cd tests; python suite.py
|