Skip to content

Commit 5717c71

Browse files
Merge pull request #2052 from nicoddemus/lint-readme
Check README.rst with rst-lint
2 parents 8e0f7d3 + 6c8c1da commit 5717c71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Please use the `GitHub issue tracker <https://github.com/pytest-dev/pytest/issue
8989
Changelog
9090
---------
9191

92-
Consult the `Changelog <http://docs.pytest.org/en/latest/changelog.html>`_ page for fixes and enhancements of each version.
92+
Consult the `Changelog <http://docs.pytest.org/en/latest/changelog.html>`__ page for fixes and enhancements of each version.
9393

9494

9595
License

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ deps=pytest-xdist>=1.13
4242
commands=
4343
pytest -n3 -rfsxX --runpytest=subprocess {posargs:testing}
4444

45-
[testenv:genscript]
46-
commands= pytest --genscript=pytest1
4745

4846
[testenv:linting]
4947
basepython = python2.7
5048
deps =
5149
flake8
50+
# pygments required by rst-lint
51+
pygments
5252
restructuredtext_lint
5353
check-manifest
5454
commands =
5555
check-manifest
5656
flake8 pytest.py _pytest testing
57-
rst-lint CHANGELOG.rst HOWTORELEASE.rst
57+
rst-lint CHANGELOG.rst HOWTORELEASE.rst README.rst
5858

5959
[testenv:py27-xdist]
6060
deps=pytest-xdist>=1.13

0 commit comments

Comments
 (0)