Merge "Set Python2.7 as basepython for testenv"
This commit is contained in:
commit
7b57a5580c
9
tox.ini
9
tox.ini
@ -15,11 +15,20 @@ install_command = pip install -U {opts} {packages}
|
||||
usedevelop = True
|
||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||
distribute = false
|
||||
basepython = python2.7
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
distribute = false
|
||||
|
||||
[testenv:py26]
|
||||
basepython = python2.6
|
||||
|
||||
|
||||
[testenv:py34]
|
||||
basepython = python3.4
|
||||
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user