diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-03-02 07:12:47 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-03-02 07:12:47 +0100 |
commit | 1169d5ac520847b69efaf1c3392d65f71184a34e (patch) | |
tree | ba1961e44980e1e3e554c8d5be30ca866a6f2a99 /.appveyor.yml | |
parent | 531f4a85ffe9205fbc78d56488ad25e68c5547b8 (diff) | |
download | qutebrowser-1169d5ac520847b69efaf1c3392d65f71184a34e.tar.gz qutebrowser-1169d5ac520847b69efaf1c3392d65f71184a34e.zip |
Reduce pytest output on CI.
We don't need -v anymore as pytest 2.9 will display full diffs either way.
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 f1fd299ae..ed6c735a5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,4 +14,4 @@ install: - C:\Python27\python -u scripts\dev\ci_install.py test_script: - - C:\Python34\Scripts\tox -e %TESTENV% -- -v --junitxml=junit.xml + - C:\Python34\Scripts\tox -e %TESTENV% -- --junitxml=junit.xml |