mirror of https://github.com/Shizmob/pydle.git
13 lines
230 B
INI
13 lines
230 B
INI
|
[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.
|