Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #103 from staticdev/pygments
Browse files Browse the repository at this point in the history
Add pygments to tests session
  • Loading branch information
Thiago C. D'Ávila authored Jun 23, 2020
2 parents 8be0aa6 + f8fe480 commit 3fd03a0
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 69 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def mypy(session: Session) -> None:
def tests(session: Session) -> None:
"""Run the test suite."""
install_package(session)
install(session, "coverage[toml]", "pytest", "pytest_mock")
install(session, "coverage[toml]", "pygments", "pytest", "pytest_mock")
try:
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
finally:
Expand Down
Loading

0 comments on commit 3fd03a0

Please sign in to comment.