From b8ff7bf98b7c84932f2131e0d2b8aca1e2ab141c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 9 Aug 2020 07:47:53 -0400 Subject: Correct the indentation --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 67a533bb..88fbbd68 100644 --- a/tox.ini +++ b/tox.ini @@ -90,9 +90,9 @@ commands = [travis] #2.7: py27, lint python = - 2.7: py27 - 3.5: py35 - 3.6: py36 - 3.7: py37 - pypy: pypy - pypy3.5: pypy3 + 2.7: py27 + 3.5: py35 + 3.6: py36 + 3.7: py37 + pypy: pypy + pypy3.5: pypy3 -- cgit v1.2.1