2015-12-30 16:58:28 +01:00
|
|
|
[tox]
|
2016-03-17 21:59:47 +11:00
|
|
|
envlist = py27, py34, py35
|
2015-12-30 16:58:28 +01:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps = nose
|
|
|
|
coverage
|
2016-03-28 14:23:18 -07:00
|
|
|
scripttest
|
2016-03-21 20:23:46 +01:00
|
|
|
commands = nosetests --with-coverage --cover-erase --cover-branches
|