X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/9c5fe2012a14bf1c840e304b1bd1d9f72fffba6a..325450f83527058794f7b9f5e76348afa9a06ec4:/tox.ini diff --git a/tox.ini b/tox.ini index 8aa3898..063a6b3 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,9 @@ # [tox] envlist=clear, - d1{5,6}-py{26,27,32,33}, - d{17,18}-py{27,32,33,34}, - d{d}-py{27,33,34}, + d1{5,6}-py{26,27,32,33,py}, + d{17,18}-py{27,32,33,34,py}, + d{d}-py{27,33,34,py}, stats [testenv] @@ -18,12 +18,6 @@ deps= d18: Django>=1.8,<1.9 dd: https://github.com/django/django/archive/master.tar.gz coverage -basepython= - py26: python2.6 - py27: python2.7 - py32: python3.2 - py33: python3.3 - py34: python3.4 [testenv:clear] basepython=python3.4