Skip to content

Commit b8ff7bf

Browse files
committed
Correct the indentation
1 parent 348aa47 commit b8ff7bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ commands =
9090
[travis]
9191
#2.7: py27, lint
9292
python =
93-
2.7: py27
94-
3.5: py35
95-
3.6: py36
96-
3.7: py37
97-
pypy: pypy
98-
pypy3.5: pypy3
93+
2.7: py27
94+
3.5: py35
95+
3.6: py36
96+
3.7: py37
97+
pypy: pypy
98+
pypy3.5: pypy3

0 commit comments

Comments
 (0)