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

Side by Side Diff: tox.ini

Issue 29762573: Issue 6602 - Introduce watchextensions
Patch Set: Created April 26, 2018, 11:03 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | watchExtensions.py » ('j') | 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 ignore = D1
7
8 #[coverage:run]
9 #omit = tests/*
10
11 [coverage:report]
12 show_missing = True
13
14 [testenv]
15 setenv =
16 PYTHONPATH = {toxinidir}:{toxinidir}/..
17 deps =
18 pytest
19 pytest-cov
20 flake8
21 flake8-per-file-ignores>=0.4
22 flake8-docstrings
23 flake8-commas
24 pep8-naming
25 configparser
26 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo
27 commands =
28 # pytest tests --capture=sys --cov=buildtools
29 flake8
OLDNEW
« no previous file with comments | « no previous file | watchExtensions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld