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

Side by Side Diff: patchconv/tox.ini

Issue 30050569: Noissue - Removed linters which are now moved to a seperate repository (Closed)
Patch Set: Created April 25, 2019, 11:17 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
« no previous file with comments | « flake8-eyeo/tox.ini ('k') | stylelint-config-eyeo/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [tox] 1 [tox]
2 envlist = py27,py35,py36,flake8 2 envlist = py27,py35,py36,flake8
3 3
4 [testenv] 4 [testenv]
5 deps = 5 deps =
6 pytest 6 pytest
7 pytest-cov 7 pytest-cov
8 mock 8 mock
9 commands = 9 commands =
10 py.test --cov=patchconv --cov-report term-missing tests 10 py.test --cov=patchconv --cov-report term-missing tests
11 11
12 [testenv:flake8] 12 [testenv:flake8]
13 basepython = python3 13 basepython = python3
14 skip_install = true 14 skip_install = true
15 deps = 15 deps =
16 ../flake8-eyeo 16 git+https://gitlab.com/eyeo/auxiliary/eyeo-coding-style#egg=flake8-eyeo&subd irectory=flake8-eyeo
17 commands = 17 commands =
18 flake8 18 flake8
OLDNEW
« no previous file with comments | « flake8-eyeo/tox.ini ('k') | stylelint-config-eyeo/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld