Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tox testing support for client wheel packages | Christian Heimes | 2017-04-12 | 1 | -0/+47 |
| | | | | | | | | | | | | | Add tox infrastructure to test client wheel packages workflow: * build client packages * install client packages * ipa-run-tests --ipaclient-unittests under Python 2 and 3 * pylint of client packages under Python 2 and 3 * placeholder packages work as expected Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> | ||||
* | Add placeholders for ipaplatform, ipaserver and ipatests | Christian Heimes | 2017-03-02 | 24 | -0/+207 |
I also renamed the base directory to pypi and added a new build target pypi_packages. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> |