Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jan 3, 2014
1 parent aa4ebe5 commit b21ff7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ def pytest_configure(config):
if not settings.configured:
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'

try:
from django.apps import AppConfig
import django

django.setup()
except ImportError:
pass


def runtests(args=None):
import pytest
Expand Down
3 changes: 3 additions & 0 deletions geo/requirements/testing.pip
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
sample_data_utils>=0.5
django_dynamic_fixture
pytest-cov==1.6
pytest-django==2.4
coverage==3.7.1

0 comments on commit b21ff7a

Please sign in to comment.