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: Improve documentation and structure following Tristan's comments Created Nov. 28, 2017, 4:11 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 | « 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,20 @@
+[tox]
+envlist = py27,py35,py36,flake8
+skipsdist = true
+
+[testenv]
+deps =
+ pytest
+commands =
+ pytest tests
+
+[testenv:flake8]
+basepython = python3
+deps =
+ flake8
+ flake8-docstrings
+ pep8-naming
+ ../flake8-eyeo
+commands =
+ flake8 cms-cmp.py
+ flake8 --ignore=D1 tests
« no previous file with comments | « cms-dev/tests/test_cms_cmp.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld