X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/e89d22d4e7a6d5846fe964851b0f1a209bf0a521..325450f83527058794f7b9f5e76348afa9a06ec4:/tox.ini diff --git a/tox.ini b/tox.ini index 5954c8d..063a6b3 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ [tox] envlist=clear, d1{5,6}-py{26,27,32,33,py}, - d{17,d}-py{27,32,33,34,py}, + d{17,18}-py{27,32,33,34,py}, + d{d}-py{27,33,34,py}, stats [testenv] @@ -14,7 +15,8 @@ deps= d15: Django>=1.5,<1.6 d16: Django>=1.6,<1.7 d17: Django>=1.7,<1.8 - dd: https://github.com/django/django/zipball/master + d18: Django>=1.8,<1.9 + dd: https://github.com/django/django/archive/master.tar.gz coverage [testenv:clear]