From ed2619547f5b3c8f0e4b328a515aee761dc1a924 Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Sat, 6 Jul 2019 20:11:53 +0200 Subject: [PATCH] Fix an issue with the AppVeyor build: upgrade setuptools version in ``appveyor.yml``, change the Tox configuration: set ``py27,py34,py35: pip >= 9.0.3, < 19.2``. --- CHANGELOG.rst | 3 +++ appveyor.yml | 1 + tox.ini | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9429497..0acef3d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -36,6 +36,9 @@ Other - Change the Tox configuration to test the library against different Wrapt versions. +- Fix an issue with the AppVeyor build: upgrade setuptools version in ``appveyor.yml``, + change the Tox configuration: set ``py27,py34,py35: pip >= 9.0.3, < 19.2``. + v1.2.5 (2019-02-28) =================== diff --git a/appveyor.yml b/appveyor.yml index 236556d..42f07be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,6 +42,7 @@ init: install: - "%PYTHON%/Scripts/easy_install -U pip" + - "%PYTHON%/Scripts/pip install -U setuptools" - "%PYTHON%/Scripts/pip install tox" - "%PYTHON%/Scripts/pip install wheel" diff --git a/tox.ini b/tox.ini index a828643..b6e8bac 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ envlist = [testenv] commands = pytest --cov-report term-missing --cov=deprecated tests/ deps = - py27,py34,py35: pip >= 9.0.3 + py27,py34,py35: pip >= 9.0.3, < 19.2 py27,py34: PyTest < 5 py35,py36,py37,pypy: PyTest py27,py34: PyTest-Cov < 2.6