From fd357a89371cff553a43715bdba1b6d07776806c Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Sun, 9 Dec 2018 16:14:08 +0200 Subject: [PATCH] fix tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae7c1db2..fc3f35dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ install: - pip freeze script: - - if [[ -v EXTRA ]]; then pip install -U .[$EXTRA] && pipdeptree --warn fail; fi + # requests from idna and docker packages conflicts with rest of the system... + - if [[ -v EXTRA ]]; then pip install -U .[$EXTRA] && pipdeptree; fi - if ! [[ -v EXTRA ]]; then make flake mototest; fi after_success: codecov