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

Unified Diff: tox.ini

Issue 30021569: Noissue - Declare support for Python 3.7 (Closed) Base URL: https://hg.adblockplus.org/python-abp
Patch Set: Noissue - Declare support for Python 3.7 Created March 1, 2019, 3:17 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
« no previous file with comments | « setup.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,10 @@
[tox]
-envlist = py27,py35,py36,pypy,flake8
+envlist = py27,py35,py36,py37,pypy,flake8
[flake8]
ignore = D107,W503,W504
[testenv]
deps =
pytest-cov
mock
« no previous file with comments | « setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld