From 13472369ebf18d2925302aa1a407405b67a3e7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B0=D1=81=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=91=D1=83?= =?UTF-8?q?=D0=BB=D0=B0=D1=82?= Date: Tue, 14 Feb 2017 20:50:01 +0300 Subject: [PATCH] fix tox (#516) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1937445..b1c3ce5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = - {py27,34,35}-django-{18,19,110} - {py27,py35}-flake8 + py{27,34,35}-django-{18,19,110} + py{27,35}-flake8 isort [testenv]