[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