6 lines
136 B
INI
6 lines
136 B
INI
[tox]
|
|
envlist = py26,py27
|
|
[testenv]
|
|
deps= -rdev-requirements.txt
|
|
commands=nosetests tests.py --with-coverage --cover-package=jsonrpclib
|