summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 734d5491fbe6907fcfd46575bd5e4d2c83834d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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