Skip to content

Commit

Permalink
MAINT: Add pytest-black requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Oct 27, 2019
1 parent b9e3296 commit 35b89be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ def read(file_name):

requires_tests = [
"pytest",
"pytest-black",
"pytest-cov",
"pytest-mccabe",
"pytest-flake8",
"pytest-mccabe",
"simplejson",
]
requires_all = requires_tests
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist = py36
deps =
pydocstyle
pytest
pytest-black
pytest-cov
pytest-flake8
pytest-mccabe
Expand Down

0 comments on commit 35b89be

Please sign in to comment.