Also run make check
on travis
This commit is contained in:
parent
160044ba9d
commit
e33b1e1636
@ -1,12 +1,27 @@
|
|||||||
FROM registry.fedoraproject.org/fedora:rawhide
|
FROM registry.fedoraproject.org/fedora:rawhide
|
||||||
|
|
||||||
RUN dnf -y install make libgit2-glib tito python3-pylint \
|
RUN dnf -y install \
|
||||||
python3-nose python3-mako python3-flask \
|
anaconda-tui \
|
||||||
python3-coverage libselinux-python3 sudo \
|
libgit2-glib \
|
||||||
pykickstart python3-pytoml python3-sphinx \
|
libselinux-python3 \
|
||||||
|
make \
|
||||||
|
pykickstart \
|
||||||
|
python3-coverage \
|
||||||
|
python3-coveralls \
|
||||||
|
python3-flask \
|
||||||
|
python3-gevent \
|
||||||
|
python3-mako \
|
||||||
|
python3-nose \
|
||||||
|
python3-pocketlint \
|
||||||
|
python3-pylint \
|
||||||
|
python3-pytoml \
|
||||||
python3-semantic_version \
|
python3-semantic_version \
|
||||||
anaconda-tui python3-gevent beakerlib && \
|
python3-sphinx \
|
||||||
useradd weldr
|
sudo \
|
||||||
|
tito \
|
||||||
|
which
|
||||||
|
|
||||||
|
RUN useradd weldr
|
||||||
|
|
||||||
RUN mkdir /lorax
|
RUN mkdir /lorax
|
||||||
COPY . /lorax
|
COPY . /lorax
|
||||||
@ -15,4 +30,4 @@ COPY . /lorax
|
|||||||
RUN find /lorax -name "*.pyc" -exec rm -f {} \;
|
RUN find /lorax -name "*.pyc" -exec rm -f {} \;
|
||||||
|
|
||||||
WORKDIR /lorax
|
WORKDIR /lorax
|
||||||
RUN make test
|
RUN make check test
|
||||||
|
Loading…
Reference in New Issue
Block a user