cleanup travis

This commit is contained in:
Thomas Kriechbaumer 2016-08-28 17:19:47 +02:00
parent 76854b7770
commit cf53a93c4c

View File

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