File: tox.ini

package info (click to toggle)
python-icalendar 3.8-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • sloc: python: 3,055; makefile: 124
file content (13 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# to run for a specific environment, use ``tox -e ENVNAME``
[tox]
envlist = py26,py27,py33

[testenv]
deps =
    pytest
    coverage
    icalendar [test]
commands =
    coverage run --source=src/icalendar --omit=*/tests/* --module pytest src/icalendar
    coverage report
    coverage html