diff --git a/.papr.yaml b/.papr.yaml new file mode 100644 index 0000000..05fef54 --- /dev/null +++ b/.papr.yaml @@ -0,0 +1,13 @@ +branches: + - master + - auto + - try + +required: true + +container: + image: registry.fedoraproject.org/fedora:25 + +tests: + - pip3 install flake8 + - flake8 *.py utils/*.py diff --git a/README.md b/README.md index b0f0b17..d7bc4dd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ please see [RUNNING](RUNNING.md). - [projectatomic/commissaire-service](https://github.com/projectatomic/commissaire-service) - [projectatomic/container-storage-setup](https://github.com/projectatomic/container-storage-setup) - [projectatomic/docker](https://github.com/projectatomic/docker) +- [projectatomic/papr](https://github.com/projectatomic/papr) - [projectatomic/registries](https://github.com/projectatomic/registries) - [projectatomic/rpm-ostree](https://github.com/projectatomic/rpm-ostree)