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

Delta Between Two Patch Sets: eyeo-depup/tox.ini

Issue 29599579: OffTopic: DependencyUpdater
Left Patch Set: Addressing Dave's comments Created Nov. 13, 2017, 2:32 p.m.
Right Patch Set: Created Nov. 27, 2017, 9:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« eyeo-depup/src/templates/default.trac ('K') | « eyeo-depup/tests/test_vcs.py ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 [tox]
2 envlist = py{27,35,36},flake8
3 skipsdist = true
4
5 [flake8]
6 per-file-ignores =
7 src/__init__.py : D104
8
9 [testenv]
10 setenv =
11 PYTHONPATH = {toxinidir}
12 deps =
13 jinja2
14 pytest
15 pytest-cov
16 commands =
17 pytest tests --cov-config tox.ini --cov-report html --cov-report term-missin g --cov=src
18
19 [testenv:flake8]
20 basepython = python3
21 deps =
22 flake8
23 flake8-docstrings
24 flake8-per-file-ignores
25 pep8-naming
26 ../flake8-eyeo
27 commands =
28 flake8 src tests
LEFTRIGHT

Powered by Google App Engine
This is Rietveld