Skip to content

Commit

Permalink
Add missing conftest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 3, 2014
1 parent 8f91a64 commit 2c5cb88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
try:
from django import setup
except ImportError:
pass
else:
def pytest_configure():
setup()

0 comments on commit 2c5cb88

Please sign in to comment.