Merge "fix tox python3 overrides"
Zuul authored 7 years ago
Gerrit Code Review committed 7 years ago
| 12 | 12 |
commands = python setup.py test --slowest --testr-args='{posargs}'
|
| 13 | 13 |
|
| 14 | 14 |
[testenv:pep8]
|
|
15 |
basepython = python3
|
| 15 | 16 |
commands = flake8 {posargs}
|
| 16 | 17 |
|
| 17 | 18 |
[testenv:venv]
|
|
19 |
basepython = python3
|
| 18 | 20 |
commands = {posargs}
|
| 19 | 21 |
|
| 20 | 22 |
[flake8]
|