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

Side by Side Diff: eyeo-depup/tox.ini

Issue 29599579: OffTopic: DependencyUpdater
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:
View unified diff | Download patch
OLDNEW
(Empty)
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
OLDNEW
« 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