From 8dc9f0562af90ab91ac4dee8a24acb9d18045653 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 14 Jun 2015 13:45:09 +0200 Subject: [PATCH] tox: Update pyroma to 1.8.2. Upstream changelog: Do not complain that the version number should be a string, when it is a basestring. [maurits] --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 19165402b..b72dc3bf4 100644 --- a/tox.ini +++ b/tox.ini @@ -111,7 +111,7 @@ commands = [testenv:pyroma] skip_install = true deps = - pyroma==1.8.1 + pyroma==1.8.2 docutils==0.12 commands = {envpython} scripts/link_pyqt.py --tox {envdir}