9 lines
159 B
INI
9 lines
159 B
INI
[tox]
|
|
envlist = py27, py34
|
|
|
|
[testenv]
|
|
deps = nose
|
|
coverage
|
|
commands = nosetests
|
|
# TODO: implement code coverage analysis (and of course tests at first)
|