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

Side by Side Diff: tox.ini

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Created Nov. 6, 2017, 2:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« src/templates/default.trac ('K') | « src/vcs.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [tox]
2 envlist = py{27,35,36}
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 flake8
15 flake8-docstrings
16 flake8-per-file-ignores
17 pep8-naming
18 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo
19 pytest
20 pytest-cov
21 commands =
22 pytest tests --cov=src
23 flake8 src
OLDNEW
« src/templates/default.trac ('K') | « src/vcs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld