We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f9e3a commit 6cb4eecCopy full SHA for 6cb4eec
docs/changelog-fragments/688.contrib.rst
@@ -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
@@ -156,6 +156,7 @@
156
'pip': ('https://pip.pypa.io/en/latest', None),
157
'python': ('https://docs.python.org/3', None),
158
'python2': ('https://docs.python.org/2', None),
159
+ 'tox': ('https://tox.wiki/en/latest', None),
160
}
161
162
# -- Options for todo extension ----------------------------------------------
0 commit comments