TUHs's picture
Upload 207 files
29b9c56
[tox]
envlist=py3,docs
[testenv:docs]
deps=
{[testenv]deps}
commands=
python setup.py build_sphinx
[testenv:python3]
basepython=python3
[testenv]
deps=
-r tests/requirements.txt
commands=
py.test --cov=dtcwt/ --cov-report=term {posargs}