From 98ccd7052a83e1f26ce97c712aa2fc8864a29d2c Mon Sep 17 00:00:00 2001 From: Scott Ransom Date: Tue, 19 Nov 2019 17:17:18 -0500 Subject: [PATCH] Add extremely simple build tests of PRESTO python --- .travis/py2.docker | 2 +- .travis/py3.docker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/py2.docker b/.travis/py2.docker index 922c9e1b7..b774425b8 100644 --- a/.travis/py2.docker +++ b/.travis/py2.docker @@ -21,4 +21,4 @@ WORKDIR /code/src RUN make libpresto slalib WORKDIR /code RUN pip install /code - +RUN python tests/test_presto_python.py diff --git a/.travis/py3.docker b/.travis/py3.docker index 30151e37d..a5aa9e9ef 100644 --- a/.travis/py3.docker +++ b/.travis/py3.docker @@ -20,4 +20,4 @@ WORKDIR /code/src RUN make libpresto slalib WORKDIR /code RUN pip3 install /code - +RUN python tests/test_presto_python.py