summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-08-09 07:47:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-08-09 07:47:53 -0400
commitb8ff7bf98b7c84932f2131e0d2b8aca1e2ab141c (patch)
tree76d2bd0a4f85e389232823ea2123def28123f407
parent348aa47798d5d315c11d568eb87165b857d547e6 (diff)
downloadpython-coveragepy-git-b8ff7bf98b7c84932f2131e0d2b8aca1e2ab141c.tar.gz
Correct the indentation
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
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