icalendar/tox.ini

14 wiersze
295 B
INI
Czysty Zwykły widok Historia

# to run for a specific environment, use ``tox -e ENVNAME``
[tox]
2014-12-07 17:42:26 +00:00
envlist = py26,py27,py33,py34
[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