Skip to content

Commit

Permalink
Merge 93368f2 into b34fa39
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Apr 23, 2021
2 parents b34fa39 + 93368f2 commit adc9667
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lint: ## check style with flake8
flake8 django_celery_extensions example

test: ## run tests quickly with the default Python
cd example && ./manage.py test
cd example && ./manage.py test $(test_modules)

test-all: ## run tests on every Python version with tox
tox
Expand Down

0 comments on commit adc9667

Please sign in to comment.