mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-25 21:59:19 +00:00
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.
This commit is contained in:
parent
19f6f42811
commit
b7d561f458
@ -11,14 +11,14 @@ environment:
|
|||||||
# DISTUTILS_USE_SDK: "1"
|
# DISTUTILS_USE_SDK: "1"
|
||||||
# TOX_TESTENV_PASSENV: "DISTUTILS_USE_SDK INCLUDE LIB"
|
# 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:
|
# the next release comes out, replace this with just:
|
||||||
# %PYTHON%\python.exe -m pip install wheel tox
|
# %PYTHON%\python.exe -m pip install wheel tox
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
%PYTHON%\python.exe -m pip install -U pip virtualenv
|
%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:
|
# note:
|
||||||
# %PYTHON% has: python.exe
|
# %PYTHON% has: python.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user