Merge branch 'elep'
[django-cas-provider.git] / tox.ini
1 [tox]
2 envlist=clear,
3     d1{5,6}-py{26,27,32,33},
4     d{17,d}-py{27,32,33,34},
5     stats
6
7 [testenv]
8 indexserver=https://py.mdrn.pl:8443
9 commands=coverage run --source=cas_provider --append --branch cas_provider_examples/manage.py test simple
10 deps=
11     d15: Django>=1.5,<1.6
12     d16: Django>=1.6,<1.7
13     d17: Django>=1.7,<1.8
14     dd: https://github.com/django/django/zipball/master
15     coverage
16 basepython=
17     py26: python2.6
18     py27: python2.7
19     py32: python3.2
20     py33: python3.3
21     py34: python3.4
22
23 [testenv:clear]
24 basepython=python3.4
25 commands=coverage erase
26
27 [testenv:stats]
28 basepython=python3.4
29 commands=coverage html
30