Skip to content

Commit

Permalink
Merge deaef94 into b34fa39
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Apr 23, 2021
2 parents b34fa39 + deaef94 commit 2a33611
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 88 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
Loading

0 comments on commit 2a33611

Please sign in to comment.