Update tox envlist

Django 1.7 is not supported for a few releases and
can be easily removed from test env. Also, Django 1.10
unit tests are included to envlist to help make them
voting tests.

Change-Id: I6407180888fabd223e0393ef9e24de5a3558c25b
This commit is contained in:
Tatiana Ovchinnikova 2017-04-19 12:55:16 +04:00
parent 60fa6a763e
commit eeb254081c
1 changed files with 1 additions and 6 deletions

View File

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