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

Unified Diff: patchconv/tox.ini

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Patch Set: Created Oct. 9, 2017, 1:53 a.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
« flake8-eyeo/tox.ini ('K') | « patchconv/patchconv.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patchconv/tox.ini
===================================================================
--- a/patchconv/tox.ini
+++ b/patchconv/tox.ini
@@ -1,15 +1,22 @@
[tox]
-envlist = py27, py35
+envlist = py27,py35,py36,flake8
Sebastian Noack 2017/10/09 02:08:58 py36 was missing here. I added it while unifying t
+
+[flake8]
+ignore = D1
[testenv]
deps =
pytest
pytest-cov
mock
+commands =
+ py.test --cov=patchconv --cov-report term-missing tests
+
+[testenv:flake8]
+deps =
flake8
+ flake8-docstrings
pep8-naming
../flake8-eyeo
-
commands =
- py.test --cov=patchconv --cov-report term-missing tests
flake8 patchconv.py setup.py tests
« flake8-eyeo/tox.ini ('K') | « patchconv/patchconv.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld