Skip to content

Commit

Permalink
use unique names for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Dec 18, 2014
1 parent 5795a72 commit 3f70b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DATABASES={
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'django_misfit',
'NAME': 'django_misfit%s' % os.environ.get('TOX_ENV', ''),
}
},
INSTALLED_APPS=[
Expand Down

0 comments on commit 3f70b31

Please sign in to comment.