Merge "Remove django<1.8 from tests"

This commit is contained in:
Jenkins 2015-12-24 15:28:37 +00:00 committed by Gerrit Code Review
commit decc158249
1 changed files with 1 additions and 16 deletions

17
tox.ini
View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = pep8,py27,py27dj14,py27dj15,py27dj16,py27dj18
envlist = pep8,py27,py27dj18
skipsdist = True
[testenv]
@ -21,21 +21,6 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[testenv:py27dj14]
basepython = python2.7
commands = pip install django>=1.4,<1.5
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:py27dj15]
basepython = python2.7
commands = pip install django>=1.5,<1.6
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:py27dj16]
basepython = python2.7
commands = pip install django>=1.6,<1.7
/bin/bash run_tests.sh -N --no-pep8 {posargs}
# Django-1.8 is LTS
[testenv:py27dj18]
basepython = python2.7