From 5159632c3ce5d0aa317225d2d1feef575e67df0c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 11 Dec 2017 17:48:00 +0300 Subject: [PATCH] CI: Upgrade pip and setuptools --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2