Skip to content

Commit

Permalink
Add extremely simple build tests of PRESTO python
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Nov 19, 2019
1 parent ce02959 commit 98ccd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/py2.docker
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ WORKDIR /code/src
RUN make libpresto slalib
WORKDIR /code
RUN pip install /code

RUN python tests/test_presto_python.py
2 changes: 1 addition & 1 deletion .travis/py3.docker
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ WORKDIR /code/src
RUN make libpresto slalib
WORKDIR /code
RUN pip3 install /code

RUN python tests/test_presto_python.py

0 comments on commit 98ccd70

Please sign in to comment.