From b88c262a9dbdb8f4c47b12a9c0363b5c95b9959a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 27 May 2019 18:49:35 +0300 Subject: [PATCH] Use the latest version of tox for AppVeyor CI --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index fcaaeaaf..ddee3c59 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,7 +11,7 @@ environment: install: - cmd: git submodule update --init --recursive - cmd: SET PATH=C:\MinGW\bin;%PATH% - - cmd: pip install tox + - cmd: pip install --force-reinstall tox test_script: - cmd: tox