From 7a5382ceebb5f853de1bed5fc574122006922479 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Sep 2016 04:18:12 +0300 Subject: [PATCH] Do not clean up: rm doesn't work Well, it works but only in the virtual environment while we need to clean up the root directory. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index ddd7a10..5941ef8 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,6 @@ whitelist_externals = [general] commands = python -m pytest --cov=sqlconvert - rm -f *.tmp [testenv:py26] commands = {[general]commands} @@ -41,7 +40,6 @@ commands = createdb test python -m pytest -D postgres:///test dropdb test - rm -f *.tmp [testenv:py26-postgres] commands = {[postgresql]commands} -- 2.39.2