From c28dbe84f7676803b7071685f0f9e7a7e52531d9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin <git@the-compiler.org> Date: Sun, 6 Mar 2016 16:45:41 +0100 Subject: [PATCH] tox: Update pyroma to 2.0.2 - Faked the __name__ variable to allow you to have a "if __name__" construct in the setup.py. - Fixed a bug under Python 3 with certain imports. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 68e9cbb92..1df721c30 100644 --- a/tox.ini +++ b/tox.ini @@ -178,7 +178,7 @@ basepython = python3 skip_install = true passenv = deps = - pyroma==2.0.0 + pyroma==2.0.2 docutils==0.12 commands = {envdir}/bin/pyroma .