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

Unified Diff: tox.ini

Issue 29762573: Issue 6602 - Introduce watchextensions
Patch Set: Created April 26, 2018, 11:03 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
« no previous file with comments | « no previous file | watchExtensions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000000000000000000000000000000000000..2f4658b18c58a942c9346f729c74c1e25c92c755
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,29 @@
+[tox]
+envlist = py{27,35,36}
+skipsdist = true
+
+[flake8]
+ignore = D1
+
+#[coverage:run]
+#omit = tests/*
+
+[coverage:report]
+show_missing = True
+
+[testenv]
+setenv =
+ PYTHONPATH = {toxinidir}:{toxinidir}/..
+deps =
+ pytest
+ pytest-cov
+ flake8
+ flake8-per-file-ignores>=0.4
+ flake8-docstrings
+ flake8-commas
+ pep8-naming
+ configparser
+ hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
+commands =
+# pytest tests --capture=sys --cov=buildtools
+ flake8
« no previous file with comments | « no previous file | watchExtensions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld