From 7af4afdc3ab0be8db471e85b534d5a9b25e9c296 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Jul 26 2018 03:27:53 +0000 Subject: Set PYCURL_SSL_LIBRARY directly for installing pycurl Since Fedora 27, openssl is the backend of libcurl. Refer to https://fedoraproject.org/wiki/Changes/libcurlBackToOpenSSL Signed-off-by: Chenxiong Qi --- diff --git a/tox.ini b/tox.ini index f73f62b..e75e89b 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,8 @@ deps = -r{toxinidir}/requirements/test-pypi.txt commands = nosetests {posargs} -passenv=PYCURL_SSL_LIBRARY +setenv= + PYCURL_SSL_LIBRARY=openssl [testenv:py26] commands =