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

Commit

Permalink
Add laszip backend to noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jan 1, 2021
1 parent 9190b37 commit 4adf90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


@nox.session(python=["3.6", "3.7", "3.8", "3.9"])
@nox.parametrize("laz_backend", [None, "lazrs"])
@nox.parametrize("laz_backend", [None, "lazrs", "laszip"])
def tests(session, laz_backend):
session.install("pytest")
if laz_backend is None:
Expand Down

0 comments on commit 4adf90c

Please sign in to comment.