From d9c611c863e7e49413db66e284302f06703c4c05 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Wed, 11 Apr 2018 02:48:23 -0700 Subject: TST: Re-enable test display on appveyor The .appveyor.yml expects this file to exist, but pytest does not output it by default. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 91a6c6ec8..4f4083c99 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -121,7 +121,7 @@ build_script: } test_script: - python runtests.py -v -n -m %TEST_MODE% + python runtests.py -v -n -m %TEST_MODE% -- --junitxml=%cd%\junit-results.xml after_build: # Remove old or huge cache files to hopefully not exceed the 1GB cache limit. -- cgit v1.2.1