Pass bindep profiles matching tox environments

So that people can put things like:

  pypy [pypy]

or

  python3-dev-all [platform:dpkg py35]

into their bindep files, add bindep_profile variables to the tox jobs.

Change-Id: I7c22e23b73ddfc18ee28e87d34d1988417b49ccb
This commit is contained in:
Monty Taylor 2017-11-28 18:08:31 -06:00
parent 4c2a544c3b
commit ba2b212c53
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -240,6 +240,7 @@
- ^releasenotes/.*$
vars:
tox_envlist: py27
bindep_profile: test py27
- job:
name: openstack-tox-py35
@ -255,6 +256,7 @@
- ^deliverables/.*$
vars:
tox_envlist: py35
bindep_profile: test py35
- job:
name: openstack-tox-pypy
@ -269,6 +271,7 @@
- ^releasenotes/.*$
vars:
tox_envlist: pypy
bindep_profile: test pypy
- job:
name: openstack-tox-linters
@ -279,6 +282,7 @@
Uses tox with the ``linters`` environment.
vars:
tox_envlist: linters
bindep_profile: test linters
- job:
name: openstack-tox-pep8
@ -289,6 +293,7 @@
Uses tox with the ``pep8`` environment.
vars:
tox_envlist: pep8
bindep_profile: test pep8
- job:
name: openstack-tox-cover