Skip to content

Commit b8c6f13

Browse files
committed
Check README.rst with rst-lint
1 parent 8e0f7d3 commit b8c6f13

2 files changed

Lines changed: 2 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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ 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
@@ -54,7 +52,7 @@ deps =
5452
commands =
5553
check-manifest
5654
flake8 pytest.py _pytest testing
57-
rst-lint CHANGELOG.rst HOWTORELEASE.rst
55+
rst-lint CHANGELOG.rst HOWTORELEASE.rst README.rst
5856

5957
[testenv:py27-xdist]
6058
deps=pytest-xdist>=1.13

0 commit comments

Comments
 (0)