From c547b88ecccdf8e1ad3cc3eb1e1a48f5fcb15aba Mon Sep 17 00:00:00 2001 From: Luka Bratos Date: Fri, 12 Jan 2018 12:59:33 +0000 Subject: [PATCH] Upgrade setuptools --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 82392c4..58f7ebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "2.7" - "3.3" - "3.4" +before_install: + - pip install --upgrade setuptools install: - "python setup.py develop" - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install aiohttp==0.17.4; fi