X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/d53d0a307c10efb05ce0de82ab690c94c5deb5a4..f3c49c09dc7b2a7ccee36b897b9056a9622e0c02:/tox.ini diff --git a/tox.ini b/tox.ini index c11d95d..2a4c5fb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,17 +1,18 @@ [tox] envlist=clear, d1{5,6}-py{26,27,32,33}, - d{17,d}-py{27,32,33,34}, + d{17,18,d}-py{27,32,33,34}, stats [testenv] -indexserver=https://py.mdrn.pl:8443 commands=coverage run --source=cas_provider --append --branch cas_provider_examples/manage.py test simple deps= d15: Django>=1.5,<1.6 d16: Django>=1.6,<1.7 d17: Django>=1.7,<1.8 + d18: https://www.djangoproject.com/download/1.8b2/tarball/ dd: https://github.com/django/django/zipball/master + d15,d16: https://bitbucket.org/andrewgodwin/south/get/e2c9102ee033.zip coverage basepython= py26: python2.6