diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |