Configure PYTHONPATH when running py.test

remotes/origin/enhancement/email-actions
ikame 2014-04-30 09:05:54 +02:00
parent d22cbb6538
commit 4391099864
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE = settings.testing
DJANGO_SETTINGS_MODULE = settings.testing
python_paths = .

View File

@ -4,3 +4,4 @@ factory-boy==2.3.1
py==1.4.20
pytest==2.5.2
pytest-django==2.6.1
pytest-pythonpath=0.3