mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
8 lines
149 B
YAML
8 lines
149 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq diffstat
|
|
script: cd tests; python suite.py
|