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-28 21:23:18 +00:00
|
|
|
scripttest
|
2016-03-21 19:23:46 +00:00
|
|
|
commands = nosetests --with-coverage --cover-erase --cover-branches
|