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: Don't install patchconv in flake8 venv Created Oct. 11, 2017, 3:28 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
Index: flake8-eyeo/tox.ini
===================================================================
--- a/flake8-eyeo/tox.ini
+++ b/flake8-eyeo/tox.ini
@@ -1,11 +1,21 @@
[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.*
+commands =
+ python setup.py test
+
+[testenv:flake8]
+basepython = python3
+deps =
+ flake8
+ flake8-docstrings
pep8-naming
-commands=
- python setup.py test
- flake8 flake8_eyeo.py setup.py --ignore N802
+commands =
+ flake8 flake8_eyeo.py setup.py
« no previous file with comments | « flake8-eyeo/tests/A109.py ('k') | patchconv/patchconv.py » ('j') | patchconv/tox.ini » ('J')

Powered by Google App Engine
This is Rietveld