Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
song1980 committed Mar 1, 2021
1 parent fca784d commit 3c82446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtests.py
Expand Up @@ -25,7 +25,7 @@
],
SITE_ID=1,
DEBUG=False,
ROOT_URLCONF='',
ROOT_URLCONF='djcelery_ses.urls',
CELERY_EMAIL_BACKEND='django.core.mail.backends.locmem.EmailBackend',
TEST_RUNNER='djcelery.contrib.test_runner.CeleryTestSuiteRunner',
)
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,5 +1,7 @@
[tox]
envlist = {py36,py37,py38}-dj{18,19,110,111,20}
envlist =
py{36,37}-dj{18,19,110,111}
py38-dj{111,20}
skipsdist=True

[testenv]
Expand Down

0 comments on commit 3c82446

Please sign in to comment.