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

Unified Diff: flake8-eyeo/tox.ini

Issue 29573036: Noissue - Drop support for flake8 2 from flake8-eyeo (Closed)
Patch Set: Created Oct. 10, 2017, 8:01 p.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
« flake8-eyeo/setup.py ('K') | « flake8-eyeo/setup.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/tox.ini
===================================================================
--- a/flake8-eyeo/tox.ini
+++ b/flake8-eyeo/tox.ini
@@ -1,13 +1,13 @@
[tox]
-envlist = py{27,35,36}-flake8{2,3},flake8
+envlist = py{27,35,36}-flake8_{oldest,latest},flake8
[flake8]
ignore = D1,N802
[testenv]
deps =
- flake82: flake8==2.*
- flake83: flake8==3.*
+ flake8_oldest: flake8==3.2.1
+ flake8_latest: flake8
commands =
python setup.py test
« flake8-eyeo/setup.py ('K') | « flake8-eyeo/setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld