summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: f23f5a1a3b531e2409da473533e406129bd33274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: python
python:
  - "3.4"

services:
  - docker

before_install:
- sudo mkdir startx-docker-images; 
- sudo cd startx-docker-images;
- sudo git clone https://github.com/startxfr/docker-images.git .
- sudo docker build -t fedora OS/
- sudo docker run -it --name="fedora" fedora bash
- sudo docker-compose up -d
- sudo docker-compose logs

# command to install dependencies
#install: "pip install -r requirements.txt"
# command to run tests
script: nosetests