Skip to content

Commit

Permalink
Trying to make travis builds work
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Nov 19, 2019
1 parent 291e5eb commit 9c84089
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis/py2.docker
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ RUN docker-apt-install \
libfftw3-dev
RUN docker-apt-install pgplot5
ADD . /code
ENV PRESTO /code
WORKDIR /code/src
RUN make
WORKDIR /code
RUN pip install /code

4 changes: 4 additions & 0 deletions .travis/py3.docker
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ RUN docker-apt-install \
libpng-dev \
libfftw3-dev
ADD . /code
ENV PRESTO /code
WORKDIR /code/src
RUN make
WORKDIR /code
RUN pip3 install /code

0 comments on commit 9c84089

Please sign in to comment.