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

Side by Side Diff: cms-dev/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 | « no previous file | eslint-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 skipsdist = true 3 skipsdist = true
4 4
5 [testenv] 5 [testenv]
6 deps = 6 deps =
7 pytest 7 pytest
8 commands = 8 commands =
9 pytest tests 9 pytest tests
10 10
11 [testenv:flake8] 11 [testenv:flake8]
12 basepython = python3 12 basepython = python3
13 deps = 13 deps =
14 ../flake8-eyeo 14 git+https://gitlab.com/eyeo/auxiliary/eyeo-coding-style#egg=flake8-eyeo&subd irectory=flake8-eyeo
15 commands = 15 commands =
16 flake8 16 flake8
OLDNEW
« no previous file with comments | « no previous file | eslint-config-eyeo/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld