From e012116c3b749eb2f786e4be5223d5994b8751af Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 28 Jun 2016 22:00:50 -0700 Subject: [PATCH] powershell magic --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 71840f1b4..dff6dc789 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,7 @@ install: - "pip install -U tox" test_script: - - "tox" + - ps: "tox | Select-String -NotMatch Cryptography_locking_cb" deploy_script: ps: |