Skip to content

Commit

Permalink
Add testenv:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 8, 2020
1 parent 084dd7d commit 968936f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fmt:

.PHONY: readme
readme:
@cd $(DOCS_DIR); python make_readme.py
tox -e readme

.PHONY: release
release:
Expand Down
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
clean
cov
lint
readme

[testenv]
deps =
Expand Down Expand Up @@ -47,3 +48,11 @@ commands =
python setup.py check
codespell typepy docs test -q2 --check-filenames
pylama

[testenv:readme]
basepython = python3.8
changedir = docs
deps =
readmemaker>=1.0.0
commands =
python make_readme.py

0 comments on commit 968936f

Please sign in to comment.