From 8b5d137d8f04413e5d19c27e3db65df709dbef8b Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Sat, 10 Nov 2018 06:11:01 -0800 Subject: [PATCH] fix .appveyor.yml --- .appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 75440426..368270c5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,11 +26,6 @@ build: off test_script: tox -cache: - # Not including the .tox directory since it takes longer to download/extract - # the cache archive than for tox to clean install from the pip cache. - - "%LOCALAPPDATA%\pip\Cache -> tox.ini" - notifications: - provider: Email on_build_success: false