Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/tox.ini

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Patch Set: Rebased Created Oct. 10, 2017, 6:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « flake8-eyeo/tests/A109.py ('k') | patchconv/patchconv.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/tox.ini
===================================================================
--- a/flake8-eyeo/tox.ini
+++ b/flake8-eyeo/tox.ini
@@ -1,11 +1,20 @@
[tox]
-envlist=py{27,35,36}-flake8{2,3}
+envlist = py{27,35,36}-flake8{2,3},flake8
+
+[flake8]
+ignore = D1,N802
[testenv]
-deps=
+deps =
flake82: flake8==2.*
flake83: flake8==3.*
- pep8-naming
-commands=
+commands =
python setup.py test
- flake8 flake8_eyeo.py setup.py --ignore N802
+
+[testenv:flake8]
+deps =
+ flake8
+ flake8-docstrings
+ pep8-naming
+commands =
+ flake8 flake8_eyeo.py setup.py
« no previous file with comments | « flake8-eyeo/tests/A109.py ('k') | patchconv/patchconv.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld