diff options
author | Cory Benfield <lukasaoz@gmail.com> | 2016-03-14 19:22:36 +0000 |
---|---|---|
committer | Cory Benfield <lukasaoz@gmail.com> | 2016-03-14 19:22:36 +0000 |
commit | cc6468063c015fd4dec86b71f6049f03b4d8ce72 (patch) | |
tree | 77471c29950dd9dcb71541ca08f5bdbb93bf60ab /tox.ini | |
parent | 3fe8cb5452a78d8c6e3ffeaa92a43713729bece3 (diff) | |
download | pyopenssl-git-cc6468063c015fd4dec86b71f6049f03b4d8ce72.tar.gz |
Whitelist rm
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ deps = pyasn1 ndg-httpsclient passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM +whitelist_externals = + rm commands = python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))" python -c "import cryptography; print(cryptography.__version__)" |