kopia lustrzana https://github.com/collective/icalendar
attempt to use tox to build the documentation
rodzic
d297b9df1d
commit
755e09c1b4
7
tox.ini
7
tox.ini
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue