1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

Merge pull request #165 from bluca/travis-container-ci

Enable container-based Travis CI builds
This commit is contained in:
Adrian Schröter 2015-08-13 07:46:18 +02:00
commit 7358f3b7ef

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