pydle/tox.ini

13 lines
230 B
INI
Raw Normal View History

2014-03-13 15:49:16 +00:00
[tox]
envlist = py32,py33
[testenv]
deps =
pytest
pytest-cov
commands = py.test --cov pydle --cov-config .coveragerc --cov-report term-missing .
[pytest]
markers =
slow: may take several seconds or more to complete.