]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
Do not test statements in StatementGrouper
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8fb179e6389b6135145abc3241764f07fcb27197..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}
@@ -55,9 +53,9 @@ commands = {[postgresql]commands}
 [testenv:py27-flake8]
 deps =
     flake8
-commands = flake8 demo scripts sqlconvert tests
+commands = flake8
 
 [testenv:py34-flake8]
 deps =
     flake8
-commands = flake8 demo scripts sqlconvert tests
+commands = flake8