Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit d6b6aca

Browse files
author
staticdev
committed
Comment testing on Nox
1 parent 80e8058 commit d6b6aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
package = "django_sorting_bootstrap"
1313
python_versions = ["3.8", "3.7"]
14-
nox.options.sessions = "pre-commit", "safety", "mypy", "tests"
14+
nox.options.sessions = "pre-commit", "safety", "mypy" # , "tests"
1515
locations = "src", "tests", "noxfile.py"
1616

1717

0 commit comments

Comments
 (0)