From 9d6f2ebbc83b0b4a9d48a3c05b6371fbe95e0aa2 Mon Sep 17 00:00:00 2001 From: Michal Proszek Date: Mon, 11 Jun 2018 15:48:21 +0200 Subject: [PATCH] Remove py27 lint from tox --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 591aa01..a6dffb4 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,6 @@ deps = setuptools>=17.1 -rrequirements.txt basepython = - py27: python2.7 py34: python3.4 py35: python3.5 py36: python3.6 @@ -24,9 +23,6 @@ basepython = [testenv:py36-djangomaster] commands = - python runtests.py --fast -[testenv:py27-lint] -commands = python runtests.py --lintonly - [testenv:py36-lint] commands = python runtests.py --lintonly