summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-08 09:55:13 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit14c1c8dfd0aa894af2d60dfa4f2ce2510d791328 (patch)
treecb428d66f1fa7d155fc9566d7643a0dc2392617b /.travis.yml
parent2df98772556de0d964028bbb78a9efbdd13ecd40 (diff)
downloadfreeipa-14c1c8dfd0aa894af2d60dfa4f2ce2510d791328.tar.gz
freeipa-14c1c8dfd0aa894af2d60dfa4f2ce2510d791328.tar.xz
freeipa-14c1c8dfd0aa894af2d60dfa4f2ce2510d791328.zip
Build: add Python lint target
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 54b9ce6de..44a2ee684 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,4 +13,4 @@ script:
- >
docker run -v $PWD:/freeipa -w /freeipa
martbab/freeipa-fedora-builder:${TRAVIS_BRANCH}-latest
- /bin/bash -c 'dnf builddep -y -D "with_lint 1" --spec freeipa.spec.in && ./makerpms.sh'
+ /bin/bash -c 'dnf builddep -y -D "with_lint 1" --spec freeipa.spec.in && autoreconf -i && ./configure && make lint && make rpms'