summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-12-29 19:07:32 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-29 19:07:32 -0500
commit372f411b8ca76f85c0cc6cc4415d5bee2ca948e2 (patch)
tree892d223a01a14132b462af54e623a5e99b125050 /tox.ini
parent7fde808f6f1134263a72622ef6153fe9e5a6cf7b (diff)
downloadpython-coveragepy-git-372f411b8ca76f85c0cc6cc4415d5bee2ca948e2.tar.gz
An environment for testing the tip of CPython
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 184e9365..c65f8f8b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,6 +50,10 @@ commands =
[testenv:py39]
basepython = python3.9
+[testenv:tip]
+# For running against the tip of master of CPython.
+basepython = /usr/local/cpython/bin/python3.9
+
[testenv:doc]
# Build the docs so we know if they are successful. We build twice: once with
# -q to get all warnings, and once with -QW to get a success/fail status