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

@@ -90,8 +90,6 @@ c = (a+ b)*(a - b)
z = 2//30
c = (a+b) * (a-b)
#: E275:13 E275:14
norman = True+False
x = x*2 - 1
x = x/2 - 1
# TODO whitespace should be the other way around according to pep8.