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