Skip to content
Snippets Groups Projects
Commit f46d28ce authored by Karl Fogel's avatar Karl Fogel
Browse files

Install pytest into the virtual environment

This follows up to commit 018499ec, which introduced a pytest import.
parent 52dfbea7
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ all-redacted:
# it's one less thing for a user to think about.
venv:
virtualenv -p python3 venv
venv/bin/pip3 install python-frontmatter jinja2 click
venv/bin/pip3 install python-frontmatter jinja2 click pytest
# LaTeX litters a lot
clean_latex:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment