From c7cebe1c99a167715ec2ea7392784f522c07f674 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 06:54:44 +0100 Subject: adding travis --- OS/.travis.yml | 22 ++++++++++++++++++++++ OS/README.md | 5 ++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 OS/.travis.yml (limited to 'OS') diff --git a/OS/.travis.yml b/OS/.travis.yml new file mode 100644 index 0000000..734d549 --- /dev/null +++ b/OS/.travis.yml @@ -0,0 +1,22 @@ +language: python +python: + - "3.4" + +services: + - docker + +before_install: +- docker pull startx/fedora +- docker run -it --name="fedora" startx/fedora +- mkdir startx-docker-images; +- cd startx-docker-images; +- git clone https://github.com/startxfr/docker-images.git . +- docker build -t fedora OS/ +- docker run -it --name="fedora" fedora bash +- docker-compose up -d +- docker-compose logs + +# command to install dependencies +#install: "pip install -r requirements.txt" +# command to run tests +script: nosetests diff --git a/OS/README.md b/OS/README.md index 150ba21..14aa8de 100644 --- a/OS/README.md +++ b/OS/README.md @@ -1,4 +1,7 @@ -# STARTX OS docker-images : Fedora +# STARTX OS docker-images : Fedora +[Docker Hub](https://registry.hub.docker.com/u/startx/fedora/) [GitHub](https://github.com/startx/fedora) [![Build Status](https://travis-ci.org/startx/docker.svg)](https://travis-ci.org/startx/docker) + + Fedora image builded with minimal and updated rpm and core-utils loaded -- cgit v1.2.1