commit e8ff15cd8ffe05e5f20bb3264c4311fc84f55e00 Author: Dave Rolek dmr-x@riseup.net Date: Sat Jul 21 22:06:58 2018 +0000
Configure tox to not error for uninstalled python versions
Note that this applies only to the summary and exit status of tox. During operation, tox will still display an error for each missing interpreter. (This may be confusing.) --- tox.ini | 1 + 1 file changed, 1 insertion(+)
diff --git a/tox.ini b/tox.ini index ac7af489..34236341 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +skip_missing_interpreters = True envlist = py26,py27,py31,py32,py33,py34 skipsdist = True
tor-commits@lists.torproject.org