Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@

- project:
merge-mode: squash-merge
templates:
- publish-to-pypi
check:
jobs:
- tox-py37
- tox-py38
- tox-pep8
- tox-docs
- tox-functional
gate:
jobs:
- tox-py37
- tox-py38
- tox-pep8
- tox-docs
- tox-functional
Expand Down
15 changes: 10 additions & 5 deletions bindep.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
build-essential [platform:dpkg]
python-dev [platform:dpkg]
python-devel [platform:rpm]
libffi-dev [platform:dpkg]
# This is a cross-platform list tracking distribution packages needed by tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.

gcc [compile test]
libc6-dev [compile test platform:dpkg]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
libffi-dev [compile test platform:dpkg]
libffi6 [platform:dpkg]
libssl-dev [compile test platform:dpkg]
python3-dev [compile test platform:dpkg]
python3-devel [compile test platform:rpm]