2015-12-30 15:58:28 +00:00
|
|
|
[tox]
|
2016-03-17 10:59:47 +00:00
|
|
|
envlist = py27, py34, py35
|
2015-12-30 15:58:28 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps = nose
|
|
|
|
coverage
|
2016-03-02 22:05:52 +00:00
|
|
|
commands = nosetests
|
2015-12-30 15:58:28 +00:00
|
|
|
# TODO: implement code coverage analysis (and of course tests at first)
|