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

@@ -16,10 +16,6 @@ del a[:]; a.append(42);
def f(x): return 2
#: E704:16
async def f(x): return 2
#: E704:10
def f(x): return 2 * x