From b591181b02496eaa8b2c865fe7f3b2b9f25c929b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 21 Aug 2020 16:52:23 -0400 Subject: [PATCH] In py36 env, run the tahoe --version command now that it runs without error. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 98ca90c39..a9469adb0 100644 --- a/tox.ini +++ b/tox.ini @@ -51,6 +51,7 @@ commands = [testenv:py36] commands = trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.python3_tests} + tahoe --version [testenv:integration] setenv =