From 6491cee594391144d9975c27343a50dbac7e6799 Mon Sep 17 00:00:00 2001 From: Cyril Levis Date: Mon, 3 Sep 2018 14:49:48 +0200 Subject: [PATCH] undo tox.ini --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index af4c47eea0..70f25c097c 100644 --- a/tox.ini +++ b/tox.ini @@ -2,15 +2,11 @@ [testenv] deps = - coverage pytest pytest-flake8 commands = pytest --flake8 - coverage erase - coverage run --omit=**/__init__.py --source=modules -m py.test - coverage report [flake8] max-line-length = 99