File: tox.ini

package info (click to toggle)
python-urlobject 2.4.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: python: 1,332; makefile: 134
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py{26,27,32,33,34,35,36}

[testenv]
deps =
    nose
    {env:COVERAGE_DEP:}
    #-rrequirements.txt
commands = {env:COVERAGE_CMD:} {envbindir}/nosetests