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

Unified Diff: cms-dev/tox.ini

Issue 29588962: Issue 5934 - CMS testing automation (Closed)
Patch Set: Change the usage a bit, add some useful options, add a couple of tests Created Oct. 27, 2017, 5:38 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
« cms-dev/tests/test_cms_cmp.py ('K') | « cms-dev/tests/test_cms_cmp.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms-dev/tox.ini
===================================================================
new file mode 100644
--- /dev/null
+++ b/cms-dev/tox.ini
@@ -0,0 +1,22 @@
+[tox]
+envlist = py27,py35,py36,flake8
+skipsdist = true
+
+[flake8]
+ignore = D1
tlucas 2017/11/24 10:57:46 Do we want to keep ignoring all D1 errors in new c
Vasily Kuznetsov 2017/11/28 16:53:37 This is not really a public API, but I agree with
Vasily Kuznetsov 2017/11/28 16:53:37 Done.
+
+[testenv]
+deps =
+ pytest
+commands =
+ pytest tests
+
+[testenv:flake8]
tlucas 2017/11/24 10:57:46 Something is screwy in here. running "$ tox" yiel
Vasily Kuznetsov 2017/11/28 16:53:37 Done.
+basepython = python3
+deps =
+ flake8
+ flake8-docstrings
+ pep8-naming
+ ../flake8-eyeo
+commands =
+ flake8 cms-cmp.py tests
« cms-dev/tests/test_cms_cmp.py ('K') | « cms-dev/tests/test_cms_cmp.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld