1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 10:06:17 +01:00

Enable container-based CI builds

This commit is contained in:
Luca Boccassi 2015-08-13 00:45:19 +01:00
parent beb46cc012
commit caf20030ba

View File

@ -1,7 +1,9 @@
language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq diffstat
addons:
apt:
packages:
- diffstat
sudo: false
script: cd tests; python suite.py