Codebase list lazr.config / upstream/2.2.2 tox.ini
upstream/2.2.2

Tree @upstream/2.2.2 (Download .tar.gz)

tox.ini @upstream/2.2.2raw · 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