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

Unified Diff: flake8-abp/tox.ini

Issue 29371619: Noissue - Fix E305 by adapting flake8-abp to use groups, run tests on Python 3.6 (Closed)
Patch Set: Created Jan. 12, 2017, 3:22 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-abp/flake8_abp.py ('K') | « 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,5 +1,5 @@
[tox]
-envlist=py{27,35}-flake8{2,3}
+envlist=py{27,35,36}-flake8{2,3}
Sebastian Noack 2017/01/12 15:55:03 For reference, as Python 3.6 besides being the cur
[testenv]
deps=
« flake8-abp/flake8_abp.py ('K') | « flake8-abp/setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld