Clonedigger only supports Python 2
This commit is contained in:
parent
338abc2883
commit
68d9a4b783
2 changed files with 15 additions and 3 deletions
14
tox.ini
14
tox.ini
|
@ -21,7 +21,7 @@ commands = py.test -v -s -W all --cov pylast --cov-report term-missing {posargs}
|
|||
deps = ipdb
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:lint]
|
||||
[testenv:py2lint]
|
||||
deps =
|
||||
coverage
|
||||
pep8
|
||||
|
@ -34,3 +34,15 @@ commands =
|
|||
pep8 pylast
|
||||
pep8 tests
|
||||
./clonedigger.sh
|
||||
|
||||
[testenv:py3lint]
|
||||
deps =
|
||||
coverage
|
||||
pep8
|
||||
pyyaml
|
||||
pyflakes
|
||||
commands =
|
||||
pyflakes pylast
|
||||
pyflakes tests
|
||||
pep8 pylast
|
||||
pep8 tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue