mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +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"
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user