95-test_external_pyca_data/cryptography.py: only install for testing

Also, be less silent when installing, so possible errors are shown.

[extended tests]

Fixes #3005

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3007)
This commit is contained in:
Richard Levitte 2017-03-21 13:48:13 +01:00
parent 30f1c9c4e0
commit 8c1054ae08
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ virtualenv venv-pycrypto
cd pyca-cryptography
pip install -q --requirement dev-requirements.txt
pip install .[test]
echo "------------------------------------------------------------------"
echo "Building cryptography"