From 03c5a8c21131de0d4e298603baa50d7c2e521155 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 23 Nov 2016 22:49:56 +0200 Subject: [PATCH] - Remove progress characters from pip install. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81937bc..f9d7f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ group: beta services: [docker] install: - - pip install -r tests/requirements.txt + - pip install -r tests/requirements.txt | cat - ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles - molecule dependency -- GitLab