diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..74755bf --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +- project: + check: + jobs: + - telemetry-tox-py37 + gate: + jobs: + - telemetry-tox-py37 + diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..6dbd7cf --- /dev/null +++ b/bindep.txt @@ -0,0 +1,7 @@ +mysql-server [test platform:dpkg] +postgresql [test] +postgresql-client [test platform:dpkg] +postgresql-devel [test platform:rpm] +postgresql-server [test platform:rpm] +libpq-dev [test platform:dpkg] +python37 [platform:rpm py37]