icalendar/tox.ini

13 wiersze
230 B
INI
Czysty Zwykły widok Historia

[tox]
2013-10-29 17:43:46 +00:00
envlist = py26,py27,py33
[testenv]
2013-10-29 17:43:46 +00:00
deps =
2014-05-29 16:56:10 +00:00
pytest
coverage
icalendar [test]
commands =
2014-06-02 21:38:35 +00:00
coverage run --source=src/icalendar --omit=*/tests/* --module pytest src/icalendar
2014-05-29 16:56:10 +00:00
coverage report
coverage html