attempt to use tox to build the documentation

pull/359/head
Nicco Kunzmann 2022-06-24 11:34:45 +00:00
rodzic d297b9df1d
commit 755e09c1b4
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -14,3 +14,10 @@ commands =
py{27,36}: coverage run --append --source=src/icalendar --omit=*/tests/* --module pytest [] src/icalendar/tests/hypothesis/
coverage report
coverage html
[testenv:docs]
deps =
-r {toxinidir}/requirements_docs.txt
commands =
cd docs
make html