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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « flake8-abp/setup.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-abp/tox.ini
===================================================================
--- a/flake8-abp/tox.ini
+++ b/flake8-abp/tox.ini
@@ -1,10 +1,11 @@
[tox]
-envlist=py27,py35
+envlist=py{27,35}-flake8{2,3}
[testenv]
deps=
- flake8
+ flake82: flake8==2.*
+ flake83: flake8==3.*
pep8-naming
commands=
python setup.py test
- flake8 --exclude tests,build --ignore N802
+ flake8 flake8_abp.py setup.py --ignore N802
« 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