Merge "Add python3 django 1.11 job instead of django 2.0 job"
This commit is contained in:
commit
5fd0cbf5a2
@ -3,15 +3,11 @@
|
||||
jobs:
|
||||
- murano-dashboard-sanity-check
|
||||
- openstack-tox-lower-constraints
|
||||
- horizon-openstack-tox-py35dj20:
|
||||
required-projects:
|
||||
openstack/horizon
|
||||
- horizon-openstack-tox-python3-django111
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-lower-constraints
|
||||
- horizon-openstack-tox-py35dj20:
|
||||
required-projects:
|
||||
openstack/horizon
|
||||
- horizon-openstack-tox-python3-django111
|
||||
|
||||
- job:
|
||||
name: murano-dashboard-sanity-check
|
||||
|
6
tox.ini
6
tox.ini
@ -76,8 +76,8 @@ deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
http://tarballs.openstack.org/heat-dashboard/heat-dashboard-master.tar.gz
|
||||
|
||||
[testenv:py35dj20]
|
||||
basepython = python3.5
|
||||
[testenv:py3-dj111]
|
||||
basepython = python3
|
||||
commands =
|
||||
pip install django>=2.0,<2.1
|
||||
pip install django>=1.11,<2
|
||||
{[testenv]commands}
|
||||
|
Loading…
Reference in New Issue
Block a user