From 007d76c1450c95e7a75f3030246562794c61f1a6 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 28 Oct 2016 18:33:59 -0700 Subject: [PATCH] appveyor: install tox from pypi, not git The windows-specific bugfix we needed is now in the current Tox release, so we no longer need pre-release code. Anyways the upstream git repo moved (from bitbucket to github), so the install-from-bitbucket was failing. --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4606a21..3c4984e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,8 +39,7 @@ matrix: install: - | - %PYTHON%\python.exe -m pip install -U pip virtualenv - %PYTHON%\python.exe -m pip install wheel "hg+https://bitbucket.org/hpk42/tox#egg=tox" + %PYTHON%\python.exe -m pip install -U pip virtualenv wheel tox # note: # %PYTHON% has: python.exe