install git on travis

pull/197/head
Matt Westcott 2017-11-26 22:07:21 +00:00
rodzic 9da9b2ca13
commit ed415f877e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ RUN set -ex \
pcre-dev \
postgresql-dev \
libjpeg-turbo-dev \
git \
&& pyvenv /venv \
&& /venv/bin/pip install -U pip \
&& LIBRARY_PATH=/lib:/usr/lib /bin/sh -c "/venv/bin/pip install -r /requirements/production.txt" \