Skip to content

Commit b27acbe

Browse files
committed
Install minify extra in nox.
1 parent 35ef821 commit b27acbe

File tree

2 files changed

+29
-43
lines changed

2 files changed

+29
-43
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@nox.parametrize("django", ["2.2", "3.0", "3.2"])
66
def tests(session, django):
77
session.install("poetry")
8-
session.run("poetry", "install")
8+
session.run("poetry", "install", "-E", "minify")
99
session.install(f"django=={django}")
1010
session.run("pytest", "-m", "not slow")
1111
session.run("pytest", "-m", "slow")

poetry.lock

Lines changed: 28 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)