resilence Cryptography_locking_cb

This commit is contained in:
Maximilian Hils 2016-06-28 21:18:17 -07:00
parent a4fde737b1
commit e6ea365f19

View File

@ -50,7 +50,7 @@ install:
fi
- pip install tox
script: tox -- --cov netlib --cov mitmproxy --cov pathod
script: set -o pipefail; tox -- --cov netlib --cov mitmproxy --cov pathod 2>&1 | grep -v Cryptography_locking_cb
after_success:
- |