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: |