diff --git a/tox.ini b/tox.ini index f4d0f6c..480cb91 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,16 @@ commands = coverage run {envbindir}/django-cadmin test -v2 {posargs:tests} coverage report +# Coverage supports only Python 3.3+ for Python 3. +[testenv:py32-dj15] +commands = {envbindir}/django-cadmin test -v2 {posargs:tests} +[testenv:py32-dj16] +commands = {envbindir}/django-cadmin test -v2 {posargs:tests} +[testenv:py32-dj17] +commands = {envbindir}/django-cadmin test -v2 {posargs:tests} +[testenv:py32-dj18] +commands = {envbindir}/django-cadmin test -v2 {posargs:tests} + [testenv:flake8-py27] commands = flake8 configurations deps = flake8