From 9e730ff1cccfe4678754cf02a9d8d51490cbb3a4 Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Sat, 17 May 2014 20:21:58 +0100 Subject: [PATCH] As of months ago Genshi has downloads on PyPI; download it securely. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9e0a5ee3..c5e8fd0c 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ commands = {envbindir}/nosetests -q {toxinidir}/flake8-run.sh install_command = - pip install --allow-external Genshi --allow-insecure Genshi {opts} {packages} + pip install {opts} {packages} [testenv:pypy] # lxml doesn't work and datrie doesn't make sense