From b8c6f13b37b58dd5c86075f6da5e2f63d44e86c5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Nov 2016 12:56:07 -0200 Subject: [PATCH 1/2] Check README.rst with rst-lint --- README.rst | 2 +- tox.ini | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6a5179ed5..5b2d329e0 100644 --- a/README.rst +++ b/README.rst @@ -89,7 +89,7 @@ Please use the `GitHub issue tracker `_ page for fixes and enhancements of each version. +Consult the `Changelog `__ page for fixes and enhancements of each version. License diff --git a/tox.ini b/tox.ini index bbf300ce3..76b92aa53 100644 --- a/tox.ini +++ b/tox.ini @@ -42,8 +42,6 @@ deps=pytest-xdist>=1.13 commands= pytest -n3 -rfsxX --runpytest=subprocess {posargs:testing} -[testenv:genscript] -commands= pytest --genscript=pytest1 [testenv:linting] basepython = python2.7 @@ -54,7 +52,7 @@ deps = commands = check-manifest flake8 pytest.py _pytest testing - rst-lint CHANGELOG.rst HOWTORELEASE.rst + rst-lint CHANGELOG.rst HOWTORELEASE.rst README.rst [testenv:py27-xdist] deps=pytest-xdist>=1.13 From 6c8c1da428816cb0abcb39cbdd9c8f74f1841b63 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 11 Nov 2016 16:34:52 +0100 Subject: [PATCH 2/2] add pygments dependency because of rst-lint --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 76b92aa53..17fe0e3e4 100644 --- a/tox.ini +++ b/tox.ini @@ -47,6 +47,8 @@ commands= basepython = python2.7 deps = flake8 + # pygments required by rst-lint + pygments restructuredtext_lint check-manifest commands =