Merge "Install horizon from git for tox testenv py35dj20"
This commit is contained in:
commit
83dd934ad5
5
tox.ini
5
tox.ini
@ -33,7 +33,12 @@ commands =
|
|||||||
|
|
||||||
[testenv:py35dj20]
|
[testenv:py35dj20]
|
||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
|
whitelist_externals = git
|
||||||
commands =
|
commands =
|
||||||
|
# NOTE(shu-mutow): To test this new env, need to re-install recent horizon
|
||||||
|
# from git master branch like CI infra does.
|
||||||
|
git clone https://git.openstack.org/openstack/horizon.git .tox/py35dj20/src/horizon
|
||||||
|
pip install -U -t .tox/py35dj20/lib/python3.5/site-packages/ .tox/py35dj20/src/horizon
|
||||||
pip install django>=2.0,<2.1
|
pip install django>=2.0,<2.1
|
||||||
python manage.py test {posargs}
|
python manage.py test {posargs}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user