From: Oleg Broytman Date: Thu, 27 Feb 2020 06:42:49 +0000 (+0300) Subject: Tests(tox): Refactor `tox.ini`: remove spaces X-Git-Tag: 0.8.0~10 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=dc15d0c1c39ffb6776e87a06ae57730be8ceb088 Tests(tox): Refactor `tox.ini`: remove spaces --- diff --git a/tox.ini b/tox.ini index 6386529..a0455a9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.8 -envlist = py27,py3{4,5,6,7,8}, pypy, py{27,38}-flake8 +envlist = py27,py3{4,5,6,7,8},pypy,py{27,38}-flake8 # Base test environment settings [testenv]