From fb9e3639d0dfd17ffc8c1650cf927d494adb44cf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 7 Oct 2015 23:09:30 +0200 Subject: [PATCH] Disable pytest-sugar properly for AppVeyor. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e380db569..be8b46ab2 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% + - C:\Python34\Scripts\tox -e %TESTENV% -- -p "no:sugar" tests