Travis-CI fixes

This commit is contained in:
Jack Ivanov 2019-01-28 13:42:11 +01:00
parent 6233642c66
commit f1cb183ecf

View file

@ -20,7 +20,7 @@ RUN apk --no-cache add ${BUILD_PACKAGES} && \
python -m pip --no-cache-dir install virtualenv && \
python -m virtualenv env && \
source env/bin/activate && \
python -m pip --no-cache-dir install -r requirements.txt && \
python -m pip --no-cache-dir install -r requirements.txt --no-use-pep51 && \
apk del ${BUILD_PACKAGES}
COPY . .
RUN chmod 0755 /algo/algo-docker.sh