From 0842090e22c3949446a626eee83d5cbd69089cd3 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Fri, 8 Jan 2016 22:59:27 -0500 Subject: [PATCH] Adjusted TOX requirements on Python 3.2. --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fa22bc9..5ae606b 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,10 @@ deps = {py27,py33,py34,py35}: coverage>=4.0 flake8>=2.1.0 mock>=1.0.1 - pylint>=0.23 + py32: astroid==1.2 + py32: logilab-common==0.62 + py32: pylint==1.3 + {py27,py33,py34,py35}: pylint>=0.23 1.7: Django>=1.7,<1.8 1.8: Django>=1.8,<1.9 1.9: Django>=1.9,<1.10