deb-python-funcsigs/tox.ini

9 lines
191 B
INI

[tox]
envlist = py26, py27, py33, py34, py35, py36, pypy, pypy3
[testenv]
deps = -rrequirements/development.txt
commands =
coverage run setup.py test
coverage report --show-missing