diff options
| author | markotibold | 2011-03-20 01:52:18 +0100 |
|---|---|---|
| committer | markotibold | 2011-03-20 01:52:18 +0100 |
| commit | e3b08c7f7412ceb1ee1c63fa6f189617e26a4bd4 (patch) | |
| tree | e91f637ab95df7eecc15c5bd08d2700e62013789 /examples/runtests.py | |
| parent | 34c4585c6eb9f13d89b2a7f0aa11f8a9dce0d9a2 (diff) | |
| download | django-rest-framework-e3b08c7f7412ceb1ee1c63fa6f189617e26a4bd4.tar.bz2 | |
All should work fine now on jenkins. For some reason Tox with jenkins and env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why.
Diffstat (limited to 'examples/runtests.py')
| -rw-r--r-- | examples/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/runtests.py b/examples/runtests.py index e291e312..fd79bc64 100644 --- a/examples/runtests.py +++ b/examples/runtests.py @@ -1,6 +1,6 @@ import os import sys -os.environ['DJANGO_SETTINGS_MODULE'] = 'examples.settings' +os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' from django.conf import settings from django.test.utils import get_runner |
