icalendar/tox.ini

18 wiersze
253 B
INI
Czysty Zwykły widok Historia

[tox]
2013-10-29 17:43:46 +00:00
envlist = py26,py27,py33
[testenv:py26]
2011-08-17 20:16:58 +00:00
deps =
unittest2
2014-05-29 16:56:10 +00:00
pytest
2011-08-17 20:16:58 +00:00
coverage
2013-10-29 17:43:46 +00:00
[testenv]
2013-10-29 17:43:46 +00:00
deps =
2014-05-29 16:56:10 +00:00
pytest
coverage
commands =
2014-05-29 16:56:10 +00:00
coverage run --source=src/icalendar --module pytest src/icalendar
coverage report
coverage html