kopia lustrzana https://github.com/collective/icalendar
16 wiersze
471 B
INI
16 wiersze
471 B
INI
# to run for a specific environment, use ``tox -e ENVNAME``
|
|
[tox]
|
|
envlist = py26,py27,py33,py34,py35,py36
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
coverage
|
|
py{27,33,34,35,36}: hypothesis>=3.0
|
|
icalendar [test]
|
|
commands =
|
|
coverage run --source=src/icalendar --omit=*/tests/* --module pytest []
|
|
py{27,33,34,35,36}: coverage run --append --source=src/icalendar --omit=*/tests/* --module pytest [] src/icalendar/tests/hypothesis/
|
|
coverage report
|
|
coverage html
|