From b8c6f13b37b58dd5c86075f6da5e2f63d44e86c5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Nov 2016 12:56:07 -0200 Subject: [PATCH] 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