Get tox -e py27 working.

This commit is contained in:
Dave Halter
2017-07-11 00:26:24 +02:00
parent dd7c12834e
commit c93546bfd9
15 changed files with 83 additions and 73 deletions

View File

@@ -1,8 +1,8 @@
for a in 'abc':
for b in 'xyz':
print(a) # indented with 8 spaces
hello(a) # indented with 8 spaces
#: E901:1
print(b) # indented with 1 tab
hello(b) # indented with 1 tab
if True:
#: E101:0
pass
@@ -46,6 +46,6 @@ def test_keys(self):
if True:
print("""
hello("""
tab at start of this line
""")