db519e0e41
This currently uses zuul-client to test installation. Unfortunately for the testing the recent release dropped support for older pythons we still need to test with. To avoid this, make a dummy package that we include in zuul-jobs that does nothing, but will also install anywhere. Change-Id: Ia1beed2b21f39db4e2ab75258425d7897238ecf6
4 lines
38 B
Python
4 lines
38 B
Python
import setuptools
|
|
|
|
setuptools.setup()
|