From: Oleg Broytman Date: Mon, 11 Dec 2017 14:48:00 +0000 (+0300) Subject: CI: Upgrade pip and setuptools X-Git-Tag: 0.6.0~6 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=5159632c3ce5d0aa317225d2d1feef575e67df0c CI: Upgrade pip and setuptools --- diff --git a/.travis.yml b/.travis.yml index e2743b2..0d24657 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: env: TOXENV=py34-flake8 install: - - travis_retry pip install tox + - travis_retry pip install --upgrade pip setuptools tox script: - tox diff --git a/appveyor.yml b/appveyor.yml index 84316e3..bf1ff97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -74,7 +74,7 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "pip --version" - - "pip install tox" + - "pip install --upgrade pip setuptools tox" # No build step - we don't have C extensions build: false