tox: Update pyroma to 1.8.1.

Changelog:
    - More robust rating. [Jeff Quast]
    - Closed #24. ("pyroma some_pypi_package" fails)
This commit is contained in:
Florian Bruhin 2015-04-27 12:22:03 +02:00
parent 8edfa4281e
commit 1903792239

View File

@ -82,7 +82,7 @@ commands =
[testenv:pyroma] [testenv:pyroma]
skip_install = true skip_install = true
deps = deps =
pyroma==1.7 pyroma==1.8.1
docutils==0.12 docutils==0.12
commands = commands =
{[testenv:mkvenv]commands} {[testenv:mkvenv]commands}