Skip to content

Commit 6cb4eec

Browse files
committed
📝 Add a change note for PR ansible#688
1 parent 73f9e3a commit 6cb4eec

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The CI is now configured to use
2+
:external+tox:std:ref:`tox-run---installpkg` when testing
3+
pre-built dists. This replaces the previously existing
4+
tox-level hacks in ``test-binary-dists`` and
5+
``test-source-dists`` environments that have now been
6+
removed.
7+
8+
-- by :user:`webknjaz`

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
'pip': ('https://pip.pypa.io/en/latest', None),
157157
'python': ('https://docs.python.org/3', None),
158158
'python2': ('https://docs.python.org/2', None),
159+
'tox': ('https://tox.wiki/en/latest', None),
159160
}
160161

161162
# -- Options for todo extension ----------------------------------------------

0 commit comments

Comments
 (0)