File: tox.ini

package info (click to toggle)
python-statsd 3.2.1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 268 kB
  • sloc: python: 844; makefile: 134
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py26,py27,pypy,py32,py33,py34

[testenv]
deps=
    mock==1.0.1
    nose==1.2.1
    coverage==3.5.2

commands=
    nosetests statsd --with-coverage --cover-package=statsd []