Fix the ... tox.ini ... syntax error ...

This commit is contained in:
Jean-Paul Calderone 2021-09-08 14:35:55 -04:00
parent 3e3fd1aa75
commit 903da3d513

View File

@ -74,7 +74,7 @@ commands =
tahoe --version
python -c "import sys; print('sys.stdout.encoding: {}'.format(sys.stdout.encoding))"
python -c "import sys; print('sys.stdout.encoding:', sys.stdout.encoding)"
# Run tests with -b to catch bugs like `"%s" % (some_bytes,)`. -b makes
# Python emit BytesWarnings, and warnings configuration in