Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-01 10:52:45 +00:00 committed by Gerrit Code Review
commit 1bd7fedca8
1 changed files with 2 additions and 0 deletions

View File

@ -49,7 +49,9 @@ show-source = True
exclude = .git,.venv,.tox,dist,doc,openstack,*egg
[testenv:npm-test]
basepython = python3
commands = npm test
[testenv:npm-lint]
basepython = python3
commands = npm run lint --silent