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 May 16, 2018, 9:47 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 | « tests/test_ExtWatch.py ('k') | 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},coverage
3 skipsdist = true
4
5 [flake8]
6 ignore = D1
7
8 [coverage:run]
9 omit = tests/*
10
11 [testenv]
12 setenv =
13 PYTHONPATH = {toxinidir}:{toxinidir}/..
14 deps =
15 pytest
16 pytest-cov
17 flake8
18 flake8-docstrings
19 flake8-commas
20 pep8-naming
21 py27: configparser
22 py27: mock
23 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo
24 commands =
25 pytest tests --cov watchextensions --cov-append
26 flake8
27 [testenv:coverage]
28 deps =
29 coverage
30 commands =
31 coverage report -m
32 coverage html -d htmlcov
33 coverage erase
OLDNEW
« no previous file with comments | « tests/test_ExtWatch.py ('k') | watchextensions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld