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

Commit

Permalink
Add pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jun 20, 2020
1 parent 228a2cd commit 7c2e1d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 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
18 changes: 15 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ codecov = "^2.1.7"
pytest-mock = "^3.1.1"
typeguard = "^2.9.1"
pre-commit = "^2.5.1"
pygments = "^2.6.1"

[tool.poetry.scripts]
toml-validator = "toml_validator.__main__:main"
Expand Down

0 comments on commit 7c2e1d3

Please sign in to comment.