Skip to content
Snippets Groups Projects
Commit b48bbd7b authored by ale's avatar ale
Browse files

add Tox configuration for tests

parent ab3589a4
Branches
Tags
No related merge requests found
tox.ini 0 → 100644
[testenv]
deps=
nose
coverage
mox
commands=
nosetests \
--with-coverage --cover-package=http_hmac --cover-erase --cover-html --cover-html-dir=htmlcov \
--with-xunit \
[] # substitute with tox' positional arguments
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment