Merge "Add a py35 environment to tox"
This commit is contained in:
commit
9cbe260cea
6
tox.ini
6
tox.ini
@ -37,6 +37,12 @@ commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
bash tools/pretty_tox3.sh '{posargs}'
|
||||
|
||||
[testenv:py35]
|
||||
setenv = {[testenv]setenv}
|
||||
commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
bash tools/pretty_tox3.sh '{posargs}'
|
||||
|
||||
[testenv:functional]
|
||||
usedevelop = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
|
Loading…
Reference in New Issue
Block a user