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

Unified Diff: eyeo-depup/tox.ini

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Created Nov. 27, 2017, 9:40 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
« eyeo-depup/src/templates/default.trac ('K') | « eyeo-depup/tests/test_vcs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: eyeo-depup/tox.ini
diff --git a/eyeo-depup/tox.ini b/eyeo-depup/tox.ini
new file mode 100644
index 0000000000000000000000000000000000000000..797072d7615440b9ca9d7d8665060460b2617616
--- /dev/null
+++ b/eyeo-depup/tox.ini
@@ -0,0 +1,28 @@
+[tox]
+envlist = py{27,35,36},flake8
+skipsdist = true
+
+[flake8]
+per-file-ignores =
+ src/__init__.py : D104
+
+[testenv]
+setenv =
+ PYTHONPATH = {toxinidir}
+deps =
+ jinja2
+ pytest
+ pytest-cov
+commands =
+ pytest tests --cov-config tox.ini --cov-report html --cov-report term-missing --cov=src
+
+[testenv:flake8]
+basepython = python3
+deps =
+ flake8
+ flake8-docstrings
+ flake8-per-file-ignores
+ pep8-naming
+ ../flake8-eyeo
+commands =
+ flake8 src tests
« eyeo-depup/src/templates/default.trac ('K') | « eyeo-depup/tests/test_vcs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld