From 9bbdbf3fe72f825aee3f26e96b90d2fda232dac8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 13 May 2019 11:23:04 -0400 Subject: [PATCH] get rid of this I guess --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a705f4d71..640701b77 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 -vvv -e coverage + %PYTHON%\Scripts\tox.exe -e coverage after_test: # This builds the main tahoe wheel, and wheels for all dependencies.