1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-09 12:35:48 +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 language: python
python: python:
- "2.7" - "2.7"
before_install: addons:
- sudo apt-get update -qq apt:
- sudo apt-get install -qq diffstat packages:
- diffstat
sudo: false
script: cd tests; python suite.py script: cd tests; python suite.py