From 2f7ba77a9f3433f5b3be6856e0459670b44161a8 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 13 May 2021 10:26:30 -0400 Subject: [PATCH] Note the version being run. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ca5a2c689..34698e8be 100644 --- a/tox.ini +++ b/tox.ini @@ -102,6 +102,7 @@ basepython = python3 setenv = COVERAGE_PROCESS_START=.coveragerc commands = + python --version # NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures' py.test --timeout=1800 --coverage -v {posargs:integration/test_servers_of_happiness.py} coverage combine