Skip to content

Commit

Permalink
Add pyomo to setup.cfg, pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed May 9, 2022
1 parent 2a45f09 commit b36c34f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module = [
"memory_profiler",
"pandas.*",
"pyam",
"pyomo",
"pretenders.*",
]
ignore_missing_imports = true
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ docs =
sphinx >= 3.0
sphinx_rtd_theme
sphinxcontrib-bibtex
pyomo =
pyomo
report =
genno[compat,graphviz]
tutorial =
jupyter
tests =
%(docs)s
%(pyomo)s
%(report)s
%(tutorial)s
codecov
Expand Down

0 comments on commit b36c34f

Please sign in to comment.