Skip to content

Commit

Permalink
Merge pull request #25 from interline-io/test-using-python3
Browse files Browse the repository at this point in the history
upgrade container & tests to Python3
  • Loading branch information
drewda authored Dec 7, 2018
2 parents da21fff + 09da996 commit 9a7422b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ LABEL maintainer="Ian Rees <ian@interline.io>,Drew Dara-Abrams <drew@interline.i

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install \
python \
python-pip \
python3 \
python3-pip \
pypy-setuptools \
curl \
osmosis \
Expand All @@ -23,8 +23,8 @@ RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure

WORKDIR /app
COPY . /app
RUN python setup.py test
RUN pip install .
RUN python3 setup.py test
RUN pip3 install .

COPY planetutils.sh /scripts/planetutils.sh

Expand Down

0 comments on commit 9a7422b

Please sign in to comment.