X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=5941ef82a3a6869e2e2b3ee1759e47c116fc97d4;hb=7a5382ceebb5f853de1bed5fc574122006922479;hp=ddd7a101a98ece82625c039f3f686a0b7442d7c4;hpb=07ca740942205b1a3cfe10230b102707bac908dd;p=sqlconvert.git 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}