]> git.phdru.name Git - sqlconvert.git/commitdiff
Do not clean up: rm doesn't work
authorOleg Broytman <phd@phdru.name>
Sun, 25 Sep 2016 01:18:12 +0000 (04:18 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 25 Sep 2016 01:18:12 +0000 (04:18 +0300)
Well, it works but only in the virtual environment
while we need to clean up the root directory.

tox.ini

diff --git a/tox.ini b/tox.ini
index ddd7a101a98ece82625c039f3f686a0b7442d7c4..5941ef82a3a6869e2e2b3ee1759e47c116fc97d4 100644 (file)
--- 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}