Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
tests running in travis
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Feb 26, 2018
1 parent 739b155 commit f063cb5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
sudo: required
services:
- docker
before_install:
- sudo apt-get -y install acl netcat
- pip install docker six xattr
- pip install git+https://github.com/fedora-modularity/conu
- sudo apt-get -y install acl python3-xattr python3-jinja2 ansible
- pip install xattr conu distgen
script:
- hooks/pre_build
# Docker Hub hack
- sudo cp -av ./Dockerfile.template ./Dockerfile
- make build
- make test
env:
- DG_BINARY="docker run -v $(pwd):/var/dgdir slavek/distgen"
notifications:
email: false

0 comments on commit f063cb5

Please sign in to comment.