Skip to content

Commit

Permalink
testing infra
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Aug 10, 2020
1 parent 27fbb4f commit b214ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
extras_require={
"code_style": ["flake8<3.8.0,>=3.7.0", "black", "pre-commit==1.17.0"],
"sphinx": doc_reqs,
"testing": ["beautifulsoup4", "myst-parser",],
"testing": ["beautifulsoup4", "myst-parser", "pytest", "pytest-regressions",]
+ doc_reqs,
},
)

0 comments on commit b214ccc

Please sign in to comment.