Codebase list lazr.config / debian/2.2-2 tox.ini
debian/2.2-2

Tree @debian/2.2-2 (Download .tar.gz)

tox.ini @debian/2.2-2raw · history · blame

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


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