Dump more tox logs

Because we still don't know what versions of python packages are installed
This commit is contained in:
Jean-Paul Calderone 2019-05-13 10:36:35 -04:00
parent 33bd9bf503
commit f82d74f327

View File

@ -50,7 +50,7 @@ test_script:
# the interpreter you're using - Appveyor does not do anything special
# to put the Python version you want to use on PATH.
- |
%PYTHON%\Scripts\tox.exe -e coverage
%PYTHON%\Scripts\tox.exe -vvv -e coverage
after_test:
# This builds the main tahoe wheel, and wheels for all dependencies.