]> git.phdru.name Git - sqlconvert.git/commitdiff
Run flake8 from root to test docs and scripts
authorOleg Broytman <phd@phdru.name>
Sat, 24 Sep 2016 23:19:37 +0000 (02:19 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 24 Sep 2016 23:19:37 +0000 (02:19 +0300)
Exclude .tox virtual environments.

setup.cfg
tox.ini

index 2b26222f157bced59e080dd896be1bb89f5889be..597917f5e7e2680e471e22af496e6ee81321b9dd 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,5 +11,5 @@ tag_date = 0
 tag_svn_revision = 0
 
 [flake8]
-exclude = .git,docs/conf.py,tests/conftest.py,ez_setup.py
+exclude = .git,.tox,docs/conf.py,tests/conftest.py,ez_setup.py
 
diff --git a/tox.ini b/tox.ini
index 8fb179e6389b6135145abc3241764f07fcb27197..ddd7a101a98ece82625c039f3f686a0b7442d7c4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -55,9 +55,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