From 94baa515d3b63864fb0f1a5fc8f82b2c2226feb1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 13 Oct 2016 11:01:04 -0500 Subject: Add the ttrun command --- tox.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ecd1bd3..3cf0182 100644 --- a/tox.ini +++ b/tox.ini @@ -22,9 +22,6 @@ commands = {posargs} commands = python setup.py test --coverage --testr-args='{posargs}' [flake8] -# E123, E125 skipped as they are invalid PEP-8. - show-source = True -ignore = E123,E125 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build -- cgit v1.2.3