Update version of Anitya

This commit is contained in:
Michal Konečný 2018-10-12 12:56:54 +02:00
parent 74bf79c45b
commit a1abb5b8e1

View file

@ -43,7 +43,7 @@ items:
RUN pip-3 install sqlalchemy_schemadisplay RUN pip-3 install sqlalchemy_schemadisplay
RUN git clone https://github.com/release-monitoring/anitya.git && \ RUN git clone https://github.com/release-monitoring/anitya.git && \
pushd anitya && \ pushd anitya && \
git checkout 0.13.1 && \ git checkout 0.13.2 && \
python3 setup.py install && \ python3 setup.py install && \
pushd docs && \ pushd docs && \
mkdir -p images && \ mkdir -p images && \