File: tox.ini

package info (click to toggle)
python-arpy 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: python: 441; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
[tox]
envlist=py26,py27,py33,pypy
[testenv]
deps=nose
     coverage
commands=coverage erase
         coverage run {envbindir}/nosetests
         coverage report --omit=.tox/*,test/*