mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Merge pull request #534 from tahoe-lafs/2956.appveyor-tox-errors
Fix the AppVeyor CI job This works around a Tox bug that prevents the job from even starting to run any tests. Fixes ticket:2956
This commit is contained in:
commit
d3b28e1d41
1
newsfragments/2956.other
Normal file
1
newsfragments/2956.other
Normal file
@ -0,0 +1 @@
|
||||
The Tox configuration has been fixed to work around a problem on Windows CI.
|
1
tox.ini
1
tox.ini
@ -12,7 +12,6 @@ minversion = 2.4
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
basepython=python2.7
|
||||
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
||||
# Get "certifi" to avoid bug #2913. Basically if a `setup_requires=...` causes
|
||||
# a package to be installed (with setuptools) then it'll fail on certain
|
||||
|
Loading…
Reference in New Issue
Block a user