From c8bf57cbcc10ba476e8fd0c23f7159e57823bef8 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 18 Aug 2017 11:46:08 +0300 Subject: [PATCH] travis: fix setuptools issue --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec83ac3..01ea2be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,9 @@ cache: - $HOME/.cache/pip before_install: - - pip install -U setuptools pylint coverage pep8 pydocstyle "pip>=7.0" wheel + - pip install -U pip wheel + - pip install -U setuptools + - pip install -U pylint coverage pep8 pydocstyle install: - pip install -e .