]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
Do not clean up: rm doesn't work
[sqlconvert.git] / 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}