fix appdirs dependency

This commit is contained in:
Ondrej Samohel 2020-09-17 09:56:17 +02:00
parent 44cde1cbc3
commit ff64a27ced
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
7 changed files with 85 additions and 14 deletions

View file

@ -20,3 +20,32 @@ omit = /tests
[coverage:html]
directory = ./coverage
[tox:tox]
envlist =
py37
docs
requires =
cx_Freeze
[testenv:py37]
deps =
pytest
cx_Freeze
commands =
pytest -x --capture=sys --print -W ignore::DeprecationWarning {toxinidir}/tests
[testenv:docs]
skipsdist = True
usedevelop = True
changedir = doc/en
deps =
cx_Freeze
attrs
more-itertools
PyYAML
sphinx
sphinxcontrib-trio
commands =
sphinx-build -W -b html . _build