Skip to content

Commit

Permalink
More tweaks to circleci config/settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tthomas63 committed Jul 17, 2020
1 parent d2facaf commit 0c40fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run:
name: Run PyTest
environment:
DJANGO_SETTINGS_MODULE: "codalab.settings"
DJANGO_SETTINGS_MODULE: "codalab.settings.local"
DJANGO_CONFIGURATION: "Test"
CHAHUB_API_URL: "http://localhost/test/"
CHAHUB_API_KEY: "some-secret-key"
Expand Down
2 changes: 1 addition & 1 deletion circlec_dev_setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from base import DevBase
from .base import DevBase


class Test(DevBase):
Expand Down

0 comments on commit 0c40fd1

Please sign in to comment.