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.
This commit is contained in:
parent
a3fc7b9402
commit
007d76c145
|
@ -39,8 +39,7 @@ matrix:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
%PYTHON%\python.exe -m pip install -U pip virtualenv
|
%PYTHON%\python.exe -m pip install -U pip virtualenv wheel tox
|
||||||
%PYTHON%\python.exe -m pip install wheel "hg+https://bitbucket.org/hpk42/tox#egg=tox"
|
|
||||||
|
|
||||||
# note:
|
# note:
|
||||||
# %PYTHON% has: python.exe
|
# %PYTHON% has: python.exe
|
||||||
|
|
Loading…
Reference in New Issue
Block a user