allow CA public key renewal
[stack/cam.git] / tox.ini
1 [testenv]
2 deps=
3   nose
4   mox
5   coverage
6 commands=
7   nosetests -v \
8         --with-coverage --cover-package=cam --cover-erase --cover-html --cover-html-dir=htmlcov \
9         []        # substitute with tox' positional arguments
10