Steve Piercy
2017-05-12 396c5a116982626049c66488750de24e2967dc71
Merge pull request #3037 from stevepiercy/1.8-branch

use new TLD for pytest-cov
2 files modified
4 ■■■■ changed files
docs/conf.py 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/unit_testing.rst 2 ●●● patch | view | raw | blame | history
docs/conf.py
@@ -69,7 +69,7 @@
    'jinja2': ('http://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/', None),
    'pylonswebframework': ('http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/', None),
    'python': ('https://docs.python.org/3', None),
    'pytest': ('http://pytest.org/latest/', None),
    'pytest': ('https://pytest.org/en/latest/', None),
    'sphinx': ('http://www.sphinx-doc.org/en/latest', None),
    'sqla': ('http://docs.sqlalchemy.org/en/latest', None),
    'tm': ('http://docs.pylonsproject.org/projects/pyramid-tm/en/latest/', None),
docs/quick_tutorial/unit_testing.rst
@@ -29,7 +29,7 @@
convenient than changing to your browser constantly and clicking reload.
We'll also leave discussion of `pytest-cov
<http://pytest-cov.readthedocs.org/en/latest/>`_ for another section.
<http://pytest-cov.readthedocs.io/en/latest/>`_ for another section.
Objectives