Skip to content

Commit

Permalink
Correctly set env variables for tests in pavement
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Nov 11, 2016
1 parent b5c1997 commit a114586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pavement.py
Expand Up @@ -21,6 +21,7 @@ def run_tests():
"""
Executes the entire test suite.
"""
os.environ["REGISTRY_SKIP_CELERY"] = "True"
sh('python manage.py test hypermap.aggregator --failfast')
sh('python manage.py test hypermap.dynasty --failfast')
sh('flake8 hypermap')
Expand Down

0 comments on commit a114586

Please sign in to comment.