make tox run tests of new application authentic2_provisionning_ldap (#6596)

This commit is contained in:
Benjamin Dauvergne 2015-06-23 23:44:42 +02:00
parent 1f087fb930
commit a166dc3d8f
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ envlist = clean,django17,stats
# django.contrib.auth is not tested it does not work with our templates
commands =
./getlasso.sh
coverage run --source=. -a authentic2-ctl test -t src src/authentic2 src/authentic2_idp_cas/ src/authentic2_idp_openid/
coverage run --source=. -a authentic2-ctl test -t src src/authentic2 src/authentic2_idp_cas/ src/authentic2_idp_openid/ src/authentic2_provisionning_ldap/
coverage run --source=. -a authentic2-ctl test -t src --settings=django_rbac.test_settings src/django_rbac/
usedevelop = True
deps = django>1.7,<1.8
@ -22,7 +22,7 @@ deps = django>1.7,<1.8
# django.contrib.auth is not tested it does not work with our templates
commands =
./getlasso.sh
coverage run --source=. -a authentic2-ctl test -t src src/authentic2 src/authentic2_idp_cas/ src/authentic2_idp_openid/
coverage run --source=. -a authentic2-ctl test -t src src/authentic2 src/authentic2_idp_cas/ src/authentic2_idp_openid/ src/authentic2_provisionning_ldap/
coverage run --source=. -a authentic2-ctl test -t src --settings=django_rbac.test_settings src/django_rbac/
usedevelop = True
deps = django>=1.8,<1.9