Codebase list lazr.config / lintian-fixes/main tox.ini
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

tox.ini @lintian-fixes/mainraw · history · blame

[tox]
envlist = py27,py34,py35,py36,py37,py38
skip_missing_interpreters = True


[testenv]
commands = python -s -m nose -P lazr
deps =
     nose
     coverage