Skip to content

Commit

Permalink
pytest min
Browse files Browse the repository at this point in the history
prereq

req
  • Loading branch information
scivision committed Jun 19, 2019
1 parent fe24a5b commit c95bb2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
norecursedirs = archive .eggs
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ packages = find:
scripts =
jekyll2hugo.py
install_requires =
pyyaml

[options.extras_require]
tests =
pytest
pytest >= 3.9
cov =
pytest-cov
coveralls
Expand Down

0 comments on commit c95bb2a

Please sign in to comment.