summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-12-11 13:29:39 +0100
committerHynek Schlawack <hs@ox.cx>2015-12-11 13:29:39 +0100
commit0c21cbd3a64f59f04a670c4ed1220f3d7a320398 (patch)
tree3eb6a9b493a6c669953eae6459748cbd00062951 /tox.ini
parent8b5ee6f6546915cee150788bfc92c3be5fcee990 (diff)
downloadpyopenssl-0c21cbd3a64f59f04a670c4ed1220f3d7a320398.tar.gz
Banning all breaks setuptools installation
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1d7dcac..3970462 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ setenv =
# Do not allow the executing environment to pollute the test environment
# with extra packages.
PYTHONPATH=
- PIP_NO_BINARY=:all:
+ PIP_NO_BINARY=cryptography
commands =
openssl version
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"