Skip to content

Commit

Permalink
Remove stale reference to travis.py
Browse files Browse the repository at this point in the history
TravisCI has already been removed from this repo, but this reference was straggling. Removed for clarity.
  • Loading branch information
stevejalim authored and pmac committed Jan 31, 2022
1 parent 1df5e37 commit 79d5d3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions basket/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ def path(*args):
os.environ["CACHE_URL"] = REDIS_URL + "/" + config("REDIS_CACHE_DB", "1")

# Production uses MySQL, but Sqlite should be sufficient for local development.
# Our CI server tests against MySQL. See travis.py in this directory
# for an example if you'd like to run MySQL locally, and add that to your
# local.py.
# Our CI server tests against MySQL.
DATABASES = {
"default": config(
"DATABASE_URL", default="sqlite:///basket.db", cast=dj_database_url.parse,
Expand Down

0 comments on commit 79d5d3f

Please sign in to comment.