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

setup.cfg
tox.ini

index 7809b82eea5df0c2119ce93f060687412132f44e..7f3e1df1acbbcc39be2710b7f35cf383961c466e 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,docs-ru/conf.py,ez_setup.py
+exclude = .git,.tox,docs/conf.py,docs-ru/conf.py,ez_setup.py
 
diff --git a/tox.ini b/tox.ini
index ddd3c3a121db4ab4e7e93969bea29c6d58a11f9e..57654e00cc5f7f0d4ac5e4899bdcd932acf59812 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -33,9 +33,9 @@ commands = {[general]commands}
 [testenv:py27-flake8]
 deps =
     flake8
-commands = flake8 m_librarian scripts test
+commands = flake8
 
 [testenv:py34-flake8]
 deps =
     flake8
-commands = flake8 m_librarian scripts test
+commands = flake8