From b7d561f458dbf0b82da8126a5a36701d7c3e2a37 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 22 Sep 2016 09:56:24 -0700 Subject: [PATCH] appveyor: tox upstream moved repo to github Once they make a new release (that includes the fix for a windows bug), we can stop installing it from VCS, and it won't matter where the repo lives. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5daf1d493..05cb18fc8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,14 +11,14 @@ environment: # DISTUTILS_USE_SDK: "1" # TOX_TESTENV_PASSENV: "DISTUTILS_USE_SDK INCLUDE LIB" -# tox-2.3.1 has a windows bug (#314), fixed in hg but not yet released. When +# tox-2.3.1 has a windows bug (#314), fixed in git but not yet released. When # the next release comes out, replace this with just: # %PYTHON%\python.exe -m pip install wheel tox 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 wheel git+https://github.com/tox-dev/tox # note: # %PYTHON% has: python.exe