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

Side by Side Diff: cms-dev/tox.ini

Issue 29588962: Issue 5934 - CMS testing automation (Closed)
Patch Set: Improve documentation and structure following Tristan's comments Created Nov. 28, 2017, 4:11 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 | « cms-dev/tests/test_cms_cmp.py ('k') | no next file » | 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 = py27,py35,py36,flake8
3 skipsdist = true
4
5 [testenv]
6 deps =
7 pytest
8 commands =
9 pytest tests
10
11 [testenv:flake8]
12 basepython = python3
13 deps =
14 flake8
15 flake8-docstrings
16 pep8-naming
17 ../flake8-eyeo
18 commands =
19 flake8 cms-cmp.py
20 flake8 --ignore=D1 tests
OLDNEW
« no previous file with comments | « cms-dev/tests/test_cms_cmp.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld