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..17fe0e3e4 100644 --- a/tox.ini +++ b/tox.ini @@ -42,19 +42,19 @@ deps=pytest-xdist>=1.13 commands= pytest -n3 -rfsxX --runpytest=subprocess {posargs:testing} -[testenv:genscript] -commands= pytest --genscript=pytest1 [testenv:linting] basepython = python2.7 deps = flake8 + # pygments required by rst-lint + pygments restructuredtext_lint check-manifest 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