3 envlist = py{27,34,35,36,37}
8 -rrequirements
/requirements.txt
9 -rrequirements
/requirements
-dev.txt
17 basepython = python2.7
19 deps = {[testenv]deps}
24 make pylint3k
{posargs
}
27 basepython = python3.6
29 deps = {[testenv]deps}
34 make pylint3k
{posargs
}
37 basepython = python3.7
39 deps = {[testenv]deps}
44 make pylint3k
{posargs
}