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

Side by Side Diff: flake8-abp/tox.ini

Issue 29349889: Issue 4341 - Make flake8-abp compatible with flake8 3.0 (Closed)
Patch Set: Created Aug. 17, 2016, 10:26 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 | « flake8-abp/setup.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
1 [tox] 1 [tox]
2 envlist=py27,py35 2 envlist=py{27,35}-flake8{2,3}
3 3
4 [testenv] 4 [testenv]
5 deps= 5 deps=
6 flake8 6 flake82: flake8==2.*
7 flake83: flake8==3.*
7 pep8-naming 8 pep8-naming
8 commands= 9 commands=
9 python setup.py test 10 python setup.py test
10 flake8 --exclude tests,build --ignore N802 11 flake8 flake8_abp.py setup.py --ignore N802
OLDNEW
« no previous file with comments | « flake8-abp/setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld