aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 71840f1b..dff6dc78 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: |