Skip to content

Commit dee3ccc

Browse files
committed
Use nox to run the tests against Django 2.2 and 3.0.
1 parent 8a56a7f commit dee3ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dj-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ long_running = true
1818

1919
[[commands]]
2020
name = "t"
21-
execute = "poetry run pytest -m 'not slow' && poetry run pytest -m 'slow' && npm run-script test"
21+
execute = "poetry run nox -r && npm run-script test"
2222

2323
[[commands]]
2424
name = "is"

0 commit comments

Comments
 (0)