Skip to content

Commit

Permalink
install pygments to fix pyroma bug
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Jun 1, 2019
1 parent f665525 commit bfe5d88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ commands =
basepython = python2.7
deps =
prospector[with_pyroma]
pygments
commands =
prospector

[testenv:py36lint]
basepython = python3.6
deps =
prospector[with_pyroma,with_mypy]
pygments
commands =
prospector
; Enable mypy for py3
Expand Down

0 comments on commit bfe5d88

Please sign in to comment.