X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/2cf88a572643b5e54858f5d3b00d188b8e7230ed..d53d0a307c10efb05ce0de82ab690c94c5deb5a4:/tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..c11d95d --- /dev/null +++ b/tox.ini @@ -0,0 +1,30 @@ +[tox] +envlist=clear, + d1{5,6}-py{26,27,32,33}, + d{17,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 + dd: https://github.com/django/django/zipball/master + coverage +basepython= + py26: python2.6 + py27: python2.7 + py32: python3.2 + py33: python3.3 + py34: python3.4 + +[testenv:clear] +basepython=python3.4 +commands=coverage erase + +[testenv:stats] +basepython=python3.4 +commands=coverage html +