travis: fix setuptools issue

This commit is contained in:
Roman Zeyde
2017-08-18 11:46:08 +03:00
parent 1520dbd8b9
commit c8bf57cbcc

View File

@@ -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 .