summaryrefslogtreecommitdiffstats
path: root/azure/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'azure/tox.ini')
-rw-r--r--azure/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/tox.ini b/azure/tox.ini
index d6559ab..4c2c67e 100644
--- a/azure/tox.ini
+++ b/azure/tox.ini
@@ -9,7 +9,7 @@ downloadcache = ~/cache/pip
deps = -r{toxinidir}/requirements.txt
commands =
/usr/bin/find . -type f -name "*.py[c|o]" -delete
- python manage.py test azure
+ python manage.py test multicloud_azure
[testenv:pep8]
deps=flake8
@@ -21,7 +21,7 @@ commands =
[testenv:cover]
setenv=
- DJANGO_SETTINGS_MODULE = azure.settings-cover
+ DJANGO_SETTINGS_MODULE = multicloud_azure.settings-cover
commands =
coverage erase
{[testenv]commands}