diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2018-04-11 02:48:23 -0700 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2018-04-11 03:04:19 -0700 |
commit | d9c611c863e7e49413db66e284302f06703c4c05 (patch) | |
tree | 58b472c1522b9f942796db3fa05790baa985a887 /.appveyor.yml | |
parent | 40ef8a6ade7282c613d58ed24c68915d61dcc07b (diff) | |
download | numpy-d9c611c863e7e49413db66e284302f06703c4c05.tar.gz |
TST: Re-enable test display on appveyor
The .appveyor.yml expects this file to exist, but pytest does not output it by default.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |